Shades of We Peep #FACDD2
Tints of We Peep #FACDD2
RGB
CMYK
RGB Variations
Color information
#FACDD2 (or 0xFACDD2) is known color: We Peep. HEX triplet: FA, CD and D2. RGB value is (250,205,210). Sum of RGB (Red+Green+Blue) = 250+205+210=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD2 is #05322D. Grayscale: #DBDBDB. Windows color (decimal): -340526 or 13815290. OLE color: 13815290.
HSL color Cylindrical-coordinate representation of color #FACDD2: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDD2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 210 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.02 |
| HSL | 353.33º | 0.82% | 0.89% | - |
| HSV(B) | 353.33º | 0.18% | 0.98% | - |
| XYZ | 72.89 | 68.64 | 70.38 | - |
| YUV | 219.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 210 | 0 | 0.18 | 0.16 | 0.02 | 353.33 | 0.82 | 0.89 |
| Hex | FA | CD | D2 | 0 | 12 | 10 | 2 | 161 | 52 | 59 |
| Octal | 372 | 315 | 322 | 0 | 22 | 20 | 2 | 541 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11010010 | 0 | 10010 | 10000 | 10 | 101100001 | 1010010 | 1011001 |
Color Harmonies of #FACDD2
Complementary color
Monochromatic Colors of #FACDD2
Black with #FACDD2
Text Example
Text Example
White with #FACDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDD2; }
p { color: rgb(250,205,210); }
H1.HeaderClassName
{
color: #FACDD2;
}
.AnyTagClassName
{
color: #FACDD2;
}
</style>
background-color css
<style>
a { background-color: #FACDD2; }
a { background-color: rgb(250,205,210); }
div.DivClassName
{
background-color: #FACDD2;
}
.BgClassName
{
background-color: #FACDD2;
}
</style>
border-color css
<style>
span { border-color: #FACDD2; }
span { border-color: rgb(250,205,210); }
td.TdClassName
{
border-color: #FACDD2;
}
.TagClassName
{
border-color: #FACDD2;
}
</style>