Shades of We Peep #FCDADB
Tints of We Peep #FCDADB
RGB
CMYK
RGB Variations
Color information
#FCDADB (or 0xFCDADB) is known color: We Peep. HEX triplet: FC, DA and DB. RGB value is (252,218,219). Sum of RGB (Red+Green+Blue) = 252+218+219=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADB is #032524. Grayscale: #E4E4E4. Windows color (decimal): -206117 or 14408444. OLE color: 14408444.
HSL color Cylindrical-coordinate representation of color #FCDADB: hue angle of 358.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDADB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 219 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 358.24º | 0.85% | 0.92% | - |
HSV(B) | 358.24º | 0.13% | 0.99% | - |
XYZ | 78 | 75.95 | 77.57 | - |
YUV | 228.28 | 122.76 | 144.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 219 | 0 | 0.13 | 0.13 | 0.01 | 358.24 | 0.85 | 0.92 |
Hex | FC | DA | DB | 0 | D | D | 1 | 166 | 55 | 5C |
Octal | 374 | 332 | 333 | 0 | 15 | 15 | 1 | 546 | 125 | 134 |
Binary | 11111100 | 11011010 | 11011011 | 0 | 1101 | 1101 | 1 | 101100110 | 1010101 | 1011100 |
Color Harmonies of #FCDADB
Complementary color
Monochromatic Colors of #FCDADB
Black with #FCDADB
Text Example
Text Example
White with #FCDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDADB; }
p { color: rgb(252,218,219); }
H1.HeaderClassName
{
color: #FCDADB;
}
.AnyTagClassName
{
color: #FCDADB;
}
</style>
background-color css
<style>
a { background-color: #FCDADB; }
a { background-color: rgb(252,218,219); }
div.DivClassName
{
background-color: #FCDADB;
}
.BgClassName
{
background-color: #FCDADB;
}
</style>
border-color css
<style>
span { border-color: #FCDADB; }
span { border-color: rgb(252,218,219); }
td.TdClassName
{
border-color: #FCDADB;
}
.TagClassName
{
border-color: #FCDADB;
}
</style>