Shades of We Peep #FCDBDC
Tints of We Peep #FCDBDC
RGB
CMYK
RGB Variations
Color information
#FCDBDC (or 0xFCDBDC) is known color: We Peep. HEX triplet: FC, DB and DC. RGB value is (252,219,220). Sum of RGB (Red+Green+Blue) = 252+219+220=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBDC is #032423. Grayscale: #E5E5E5. Windows color (decimal): -205860 or 14474236. OLE color: 14474236.
HSL color Cylindrical-coordinate representation of color #FCDBDC: hue angle of 358.18º 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 #FCDBDC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 220 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 358.18º | 0.85% | 0.92% | - |
HSV(B) | 358.18º | 0.13% | 0.99% | - |
XYZ | 78.39 | 76.53 | 78.35 | - |
YUV | 228.98 | 122.93 | 144.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 220 | 0 | 0.13 | 0.13 | 0.01 | 358.18 | 0.85 | 0.92 |
Hex | FC | DB | DC | 0 | D | D | 1 | 166 | 55 | 5C |
Octal | 374 | 333 | 334 | 0 | 15 | 15 | 1 | 546 | 125 | 134 |
Binary | 11111100 | 11011011 | 11011100 | 0 | 1101 | 1101 | 1 | 101100110 | 1010101 | 1011100 |
Color Harmonies of #FCDBDC
Complementary color
Monochromatic Colors of #FCDBDC
Black with #FCDBDC
Text Example
Text Example
White with #FCDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBDC; }
p { color: rgb(252,219,220); }
H1.HeaderClassName
{
color: #FCDBDC;
}
.AnyTagClassName
{
color: #FCDBDC;
}
</style>
background-color css
<style>
a { background-color: #FCDBDC; }
a { background-color: rgb(252,219,220); }
div.DivClassName
{
background-color: #FCDBDC;
}
.BgClassName
{
background-color: #FCDBDC;
}
</style>
border-color css
<style>
span { border-color: #FCDBDC; }
span { border-color: rgb(252,219,220); }
td.TdClassName
{
border-color: #FCDBDC;
}
.TagClassName
{
border-color: #FCDBDC;
}
</style>