Shades of We Peep #FACDD1
Tints of We Peep #FACDD1
RGB
CMYK
RGB Variations
Color information
#FACDD1 (or 0xFACDD1) is known color: We Peep. HEX triplet: FA, CD and D1. RGB value is (250,205,209). Sum of RGB (Red+Green+Blue) = 250+205+209=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD1 is #05322E. Grayscale: #DADADA. Windows color (decimal): -340527 or 13749754. OLE color: 13749754.
HSL color Cylindrical-coordinate representation of color #FACDD1: hue angle of 354.67º 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 #FACDD1 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 209 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.02 |
| HSL | 354.67º | 0.82% | 0.89% | - |
| HSV(B) | 354.67º | 0.18% | 0.98% | - |
| XYZ | 72.76 | 68.59 | 69.73 | - |
| YUV | 218.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 209 | 0 | 0.18 | 0.16 | 0.02 | 354.67 | 0.82 | 0.89 |
| Hex | FA | CD | D1 | 0 | 12 | 10 | 2 | 163 | 52 | 59 |
| Octal | 372 | 315 | 321 | 0 | 22 | 20 | 2 | 543 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11010001 | 0 | 10010 | 10000 | 10 | 101100011 | 1010010 | 1011001 |
Color Harmonies of #FACDD1
Complementary color
Monochromatic Colors of #FACDD1
Black with #FACDD1
Text Example
Text Example
White with #FACDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDD1; }
p { color: rgb(250,205,209); }
H1.HeaderClassName
{
color: #FACDD1;
}
.AnyTagClassName
{
color: #FACDD1;
}
</style>
background-color css
<style>
a { background-color: #FACDD1; }
a { background-color: rgb(250,205,209); }
div.DivClassName
{
background-color: #FACDD1;
}
.BgClassName
{
background-color: #FACDD1;
}
</style>
border-color css
<style>
span { border-color: #FACDD1; }
span { border-color: rgb(250,205,209); }
td.TdClassName
{
border-color: #FACDD1;
}
.TagClassName
{
border-color: #FACDD1;
}
</style>