Color spaces of #f4becf
RGB | 244 | 190 | 207 |
---|---|---|---|
HSL | 0.95 | 0.71 | 0.85 |
HSV | 341° | 22° | 96° |
CMYK | 0.00 | 0.22 | 0.15 0.04 |
XYZ | 66.9842 | 60.5650 | 67.1912 |
Yxy | 60.5650 | 0.3440 | 0.3110 |
Hunter Lab | 77.8235 | 17.4472 | 3.2867 |
CIE-Lab | 82.1443 | 21.9176 | -1.0593 |
#f4becf color RGB value is (244,190,207).
#f4becf hex color red value is 244, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f4becf hue: 0.95 , saturation: 0.71 and the lightness value of f4becf is 0.85.
The process color (four color CMYK) of #f4becf color hex is 0.00, 0.22, 0.15, 0.04. Web safe color of #f4becf is #ffcccc. Color #f4becf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10111110 | 11001111 |
Octal | 364 | 276 | 317 |
Decimal | 244 | 190 | 207 |
Hex | F4 | BE | CF |
Shades of #f4becf
Tints of #f4becf
RGB Percentages of Color #f4becf
CMYK Percentages of Color #f4becf
Complementary Color
#f4becf | #bef4e3 |
#f4becf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4becf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4becf Color CSS Codes
.mybgcolor {background-color:#f4becf; } .myforecolor {color:#f4becf; } .mybordercolor {border:3px solid #f4becf; }
#f4becf Text Font Color
<p style="color:#f4becf">Text here</p>
This sample text font color is #f4becf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f4becf Background Color
<div style="background-color:#f4becf">
Div content here</div>
This div background color is #f4becf
#f4becf Border Color
<div style="border:3px solid #f4becf">
Div here</div>
This div border color is #f4becf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,190,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4becf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4becf; -webkit-box-shadow: 1px 1px 3px 2px #f4becf; box-shadow: 1px 1px 3px 2px #f4becf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,190,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4becf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4becf; -webkit-box-shadow: 1px 1px 3px 2px #f4becf; box-shadow: 1px 1px 3px 2px #f4becf;">
Div content here</div>
This div box has shadow with color #f4becf
Comments
No comments written yet.
Please login to write comment.