Shades of We Peep #FDCFD1
Tints of We Peep #FDCFD1
RGB
CMYK
RGB Variations
Color information
#FDCFD1 (or 0xFDCFD1) is known color: We Peep. HEX triplet: FD, CF and D1. RGB value is (253,207,209). Sum of RGB (Red+Green+Blue) = 253+207+209=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD1 is #02302E. Grayscale: #DDDDDD. Windows color (decimal): -143407 or 13750269. OLE color: 13750269.
HSL color Cylindrical-coordinate representation of color #FDCFD1: hue angle of 357.39º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFD1 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 209 | - |
CMYK | 0 | 0.18 | 0.17 | 0.01 |
HSL | 357.39º | 0.92% | 0.9% | - |
HSV(B) | 357.39º | 0.18% | 0.99% | - |
XYZ | 74.33 | 70.11 | 69.94 | - |
YUV | 220.98 | 121.24 | 150.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 209 | 0 | 0.18 | 0.17 | 0.01 | 357.39 | 0.92 | 0.9 |
Hex | FD | CF | D1 | 0 | 12 | 11 | 1 | 165 | 5C | 5A |
Octal | 375 | 317 | 321 | 0 | 22 | 21 | 1 | 545 | 134 | 132 |
Binary | 11111101 | 11001111 | 11010001 | 0 | 10010 | 10001 | 1 | 101100101 | 1011100 | 1011010 |
Color Harmonies of #FDCFD1
Complementary color
Monochromatic Colors of #FDCFD1
Black with #FDCFD1
Text Example
Text Example
White with #FDCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFD1; }
p { color: rgb(253,207,209); }
H1.HeaderClassName
{
color: #FDCFD1;
}
.AnyTagClassName
{
color: #FDCFD1;
}
</style>
background-color css
<style>
a { background-color: #FDCFD1; }
a { background-color: rgb(253,207,209); }
div.DivClassName
{
background-color: #FDCFD1;
}
.BgClassName
{
background-color: #FDCFD1;
}
</style>
border-color css
<style>
span { border-color: #FDCFD1; }
span { border-color: rgb(253,207,209); }
td.TdClassName
{
border-color: #FDCFD1;
}
.TagClassName
{
border-color: #FDCFD1;
}
</style>