Shades of Lavender Blush #FCDFF5
Tints of Lavender Blush #FCDFF5
RGB
CMYK
RGB Variations
Color information
#FCDFF5 (or 0xFCDFF5) is known color: Lavender Blush. HEX triplet: FC, DF and F5. RGB value is (252,223,245). Sum of RGB (Red+Green+Blue) = 252+223+245=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF5 is #03200A. Grayscale: #EAEAEA. Windows color (decimal): -204811 or 16113660. OLE color: 16113660.
HSL color Cylindrical-coordinate representation of color #FCDFF5: hue angle of 314.48º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDFF5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 245 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.01 |
| HSL | 314.48º | 0.83% | 0.93% | - |
| HSV(B) | 314.48º | 0.12% | 0.99% | - |
| XYZ | 83.01 | 80.06 | 97.46 | - |
| YUV | 234.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 245 | 0 | 0.12 | 0.03 | 0.01 | 314.48 | 0.83 | 0.93 |
| Hex | FC | DF | F5 | 0 | C | 3 | 1 | 13A | 53 | 5D |
| Octal | 374 | 337 | 365 | 0 | 14 | 3 | 1 | 472 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11110101 | 0 | 1100 | 11 | 1 | 100111010 | 1010011 | 1011101 |
Color Harmonies of #FCDFF5
Complementary color
Monochromatic Colors of #FCDFF5
Black with #FCDFF5
Text Example
Text Example
White with #FCDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFF5; }
p { color: rgb(252,223,245); }
H1.HeaderClassName
{
color: #FCDFF5;
}
.AnyTagClassName
{
color: #FCDFF5;
}
</style>
background-color css
<style>
a { background-color: #FCDFF5; }
a { background-color: rgb(252,223,245); }
div.DivClassName
{
background-color: #FCDFF5;
}
.BgClassName
{
background-color: #FCDFF5;
}
</style>
border-color css
<style>
span { border-color: #FCDFF5; }
span { border-color: rgb(252,223,245); }
td.TdClassName
{
border-color: #FCDFF5;
}
.TagClassName
{
border-color: #FCDFF5;
}
</style>