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