Shades of We Peep #FACDCE
Tints of We Peep #FACDCE
RGB
CMYK
RGB Variations
Color information
#FACDCE (or 0xFACDCE) is known color: We Peep. HEX triplet: FA, CD and CE. RGB value is (250,205,206). Sum of RGB (Red+Green+Blue) = 250+205+206=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCE is #053231. Grayscale: #DADADA. Windows color (decimal): -340530 or 13553146. OLE color: 13553146.
HSL color Cylindrical-coordinate representation of color #FACDCE: hue angle of 358.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 #FACDCE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 206 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.02 |
| HSL | 358.67º | 0.82% | 0.89% | - |
| HSV(B) | 358.67º | 0.18% | 0.98% | - |
| XYZ | 72.4 | 68.44 | 67.79 | - |
| YUV | 218.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 206 | 0 | 0.18 | 0.18 | 0.02 | 358.67 | 0.82 | 0.89 |
| Hex | FA | CD | CE | 0 | 12 | 12 | 2 | 167 | 52 | 59 |
| Octal | 372 | 315 | 316 | 0 | 22 | 22 | 2 | 547 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11001110 | 0 | 10010 | 10010 | 10 | 101100111 | 1010010 | 1011001 |
Color Harmonies of #FACDCE
Complementary color
Monochromatic Colors of #FACDCE
Black with #FACDCE
Text Example
Text Example
White with #FACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDCE; }
p { color: rgb(250,205,206); }
H1.HeaderClassName
{
color: #FACDCE;
}
.AnyTagClassName
{
color: #FACDCE;
}
</style>
background-color css
<style>
a { background-color: #FACDCE; }
a { background-color: rgb(250,205,206); }
div.DivClassName
{
background-color: #FACDCE;
}
.BgClassName
{
background-color: #FACDCE;
}
</style>
border-color css
<style>
span { border-color: #FACDCE; }
span { border-color: rgb(250,205,206); }
td.TdClassName
{
border-color: #FACDCE;
}
.TagClassName
{
border-color: #FACDCE;
}
</style>