Color spaces of #ffdef6
RGB | 255 | 222 | 246 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.94 |
HSV | 316° | 13° | 100° |
CMYK | 0.00 | 0.13 | 0.04 0.00 |
XYZ | 83.9958 | 80.1564 | 98.2334 |
Yxy | 80.1564 | 0.3201 | 0.3055 |
Hunter Lab | 89.5301 | 10.7883 | -2.3826 |
CIE-Lab | 91.7550 | 15.3567 | -7.4701 |
#ffdef6 color RGB value is (255,222,246).
#ffdef6 hex color red value is 255, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ffdef6 hue: 0.88 , saturation: 1.00 and the lightness value of ffdef6 is 0.94.
The process color (four color CMYK) of #ffdef6 color hex is 0.00, 0.13, 0.04, 0.00. Web safe color of #ffdef6 is #ffccff. Color #ffdef6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011110 | 11110110 |
Octal | 377 | 336 | 366 |
Decimal | 255 | 222 | 246 |
Hex | FF | DE | F6 |
Shades of #ffdef6
Tints of #ffdef6
RGB Percentages of Color #ffdef6
CMYK Percentages of Color #ffdef6
Complementary Color
#ffdef6 | #deffe7 |
#ffdef6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdef6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdef6 Color CSS Codes
.mybgcolor {background-color:#ffdef6; } .myforecolor {color:#ffdef6; } .mybordercolor {border:3px solid #ffdef6; }
#ffdef6 Text Font Color
<p style="color:#ffdef6">Text here</p>
This sample text font color is #ffdef6
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.
#ffdef6 Background Color
<div style="background-color:#ffdef6">
Div content here</div>
This div background color is #ffdef6
#ffdef6 Border Color
<div style="border:3px solid #ffdef6">
Div here</div>
This div border color is #ffdef6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,222,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdef6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdef6; -webkit-box-shadow: 1px 1px 3px 2px #ffdef6; box-shadow: 1px 1px 3px 2px #ffdef6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,222,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdef6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdef6; -webkit-box-shadow: 1px 1px 3px 2px #ffdef6; box-shadow: 1px 1px 3px 2px #ffdef6;">
Div content here</div>
This div box has shadow with color #ffdef6
#ffdef6 Color Palettes
Comments
No comments written yet.
Please login to write comment.