Shades of We Peep #FFCDD2
Tints of We Peep #FFCDD2
RGB
CMYK
RGB Variations
Color information
#FFCDD2 (or 0xFFCDD2) is known color: We Peep. HEX triplet: FF, CD and D2. RGB value is (255,205,210). Sum of RGB (Red+Green+Blue) = 255+205+210=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDD2 is #00322D. Grayscale: #DCDCDC. Windows color (decimal): -12846 or 13815295. OLE color: 13815295.
HSL color Cylindrical-coordinate representation of color #FFCDD2: hue angle of 354º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDD2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 210 | - |
CMYK | 0 | 0.20 | 0.18 | 0 |
HSL | 354º | 1% | 0.9% | - |
HSV(B) | 354º | 0.2% | 1% | - |
XYZ | 74.7 | 69.58 | 70.46 | - |
YUV | 220.52 | 122.07 | 152.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 210 | 0 | 0.20 | 0.18 | 0 | 354 | 1 | 0.9 |
Hex | FF | CD | D2 | 0 | 14 | 12 | 0 | 162 | 64 | 5A |
Octal | 377 | 315 | 322 | 0 | 24 | 22 | 0 | 542 | 144 | 132 |
Binary | 11111111 | 11001101 | 11010010 | 0 | 10100 | 10010 | 0 | 101100010 | 1100100 | 1011010 |
Color Harmonies of #FFCDD2
Complementary color
Monochromatic Colors of #FFCDD2
Black with #FFCDD2
Text Example
Text Example
White with #FFCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDD2; }
p { color: rgb(255,205,210); }
H1.HeaderClassName
{
color: #FFCDD2;
}
.AnyTagClassName
{
color: #FFCDD2;
}
</style>
background-color css
<style>
a { background-color: #FFCDD2; }
a { background-color: rgb(255,205,210); }
div.DivClassName
{
background-color: #FFCDD2;
}
.BgClassName
{
background-color: #FFCDD2;
}
</style>
border-color css
<style>
span { border-color: #FFCDD2; }
span { border-color: rgb(255,205,210); }
td.TdClassName
{
border-color: #FFCDD2;
}
.TagClassName
{
border-color: #FFCDD2;
}
</style>