Shades of We Peep #FACFD4
Tints of We Peep #FACFD4
RGB
CMYK
RGB Variations
Color information
#FACFD4 (or 0xFACFD4) is known color: We Peep. HEX triplet: FA, CF and D4. RGB value is (250,207,212). Sum of RGB (Red+Green+Blue) = 250+207+212=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD4 is #05302B. Grayscale: #DCDCDC. Windows color (decimal): -340012 or 13946874. OLE color: 13946874.
HSL color Cylindrical-coordinate representation of color #FACFD4: hue angle of 353.02º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFD4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 212 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.02 |
| HSL | 353.02º | 0.81% | 0.9% | - |
| HSV(B) | 353.02º | 0.17% | 0.98% | - |
| XYZ | 73.62 | 69.7 | 71.86 | - |
| YUV | 220.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 212 | 0 | 0.17 | 0.15 | 0.02 | 353.02 | 0.81 | 0.9 |
| Hex | FA | CF | D4 | 0 | 11 | F | 2 | 161 | 51 | 5A |
| Octal | 372 | 317 | 324 | 0 | 21 | 17 | 2 | 541 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11010100 | 0 | 10001 | 1111 | 10 | 101100001 | 1010001 | 1011010 |
Color Harmonies of #FACFD4
Complementary color
Monochromatic Colors of #FACFD4
Black with #FACFD4
Text Example
Text Example
White with #FACFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFD4; }
p { color: rgb(250,207,212); }
H1.HeaderClassName
{
color: #FACFD4;
}
.AnyTagClassName
{
color: #FACFD4;
}
</style>
background-color css
<style>
a { background-color: #FACFD4; }
a { background-color: rgb(250,207,212); }
div.DivClassName
{
background-color: #FACFD4;
}
.BgClassName
{
background-color: #FACFD4;
}
</style>
border-color css
<style>
span { border-color: #FACFD4; }
span { border-color: rgb(250,207,212); }
td.TdClassName
{
border-color: #FACFD4;
}
.TagClassName
{
border-color: #FACFD4;
}
</style>