Color spaces of #ffcbe2
RGB | 255 | 203 | 226 |
---|---|---|---|
HSL | 0.93 | 1.00 | 0.90 |
HSV | 333° | 20° | 100° |
CMYK | 0.00 | 0.20 | 0.11 0.00 |
XYZ | 76.3234 | 69.4629 | 81.3365 |
Yxy | 69.4629 | 0.3360 | 0.3058 |
Hunter Lab | 83.3444 | 17.6103 | 0.4795 |
CIE-Lab | 86.7328 | 21.9261 | -4.3447 |
#ffcbe2 color RGB value is (255,203,226).
#ffcbe2 hex color red value is 255, green value is 203 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ffcbe2 hue: 0.93 , saturation: 1.00 and the lightness value of ffcbe2 is 0.90.
The process color (four color CMYK) of #ffcbe2 color hex is 0.00, 0.20, 0.11, 0.00. Web safe color of #ffcbe2 is #ffcccc. Color #ffcbe2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001011 | 11100010 |
Octal | 377 | 313 | 342 |
Decimal | 255 | 203 | 226 |
Hex | FF | CB | E2 |
Shades of #ffcbe2
Tints of #ffcbe2
RGB Percentages of Color #ffcbe2
CMYK Percentages of Color #ffcbe2
Complementary Color
#ffcbe2 | #cbffe8 |
#ffcbe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcbe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcbe2 Color CSS Codes
.mybgcolor {background-color:#ffcbe2; } .myforecolor {color:#ffcbe2; } .mybordercolor {border:3px solid #ffcbe2; }
#ffcbe2 Text Font Color
<p style="color:#ffcbe2">Text here</p>
This sample text font color is #ffcbe2
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.
#ffcbe2 Background Color
<div style="background-color:#ffcbe2">
Div content here</div>
This div background color is #ffcbe2
#ffcbe2 Border Color
<div style="border:3px solid #ffcbe2">
Div here</div>
This div border color is #ffcbe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,203,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcbe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcbe2; -webkit-box-shadow: 1px 1px 3px 2px #ffcbe2; box-shadow: 1px 1px 3px 2px #ffcbe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,203,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcbe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcbe2; -webkit-box-shadow: 1px 1px 3px 2px #ffcbe2; box-shadow: 1px 1px 3px 2px #ffcbe2;">
Div content here</div>
This div box has shadow with color #ffcbe2
#ffcbe2 Color Palettes
Comments
No comments written yet.
Please login to write comment.