Shades of We Peep #FACED3
Tints of We Peep #FACED3
RGB
CMYK
RGB Variations
Color information
#FACED3 (or 0xFACED3) is known color: We Peep. HEX triplet: FA, CE and D3. RGB value is (250,206,211). Sum of RGB (Red+Green+Blue) = 250+206+211=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED3 is #05312C. Grayscale: #DBDBDB. Windows color (decimal): -340269 or 13881082. OLE color: 13881082.
HSL color Cylindrical-coordinate representation of color #FACED3: hue angle of 353.18º degrees, saturation: 0.81, 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 #FACED3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 211 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.02 |
| HSL | 353.18º | 0.81% | 0.89% | - |
| HSV(B) | 353.18º | 0.18% | 0.98% | - |
| XYZ | 73.25 | 69.17 | 71.12 | - |
| YUV | 219.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 211 | 0 | 0.18 | 0.16 | 0.02 | 353.18 | 0.81 | 0.89 |
| Hex | FA | CE | D3 | 0 | 12 | 10 | 2 | 161 | 51 | 59 |
| Octal | 372 | 316 | 323 | 0 | 22 | 20 | 2 | 541 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11010011 | 0 | 10010 | 10000 | 10 | 101100001 | 1010001 | 1011001 |
Color Harmonies of #FACED3
Complementary color
Monochromatic Colors of #FACED3
Black with #FACED3
Text Example
Text Example
White with #FACED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACED3; }
p { color: rgb(250,206,211); }
H1.HeaderClassName
{
color: #FACED3;
}
.AnyTagClassName
{
color: #FACED3;
}
</style>
background-color css
<style>
a { background-color: #FACED3; }
a { background-color: rgb(250,206,211); }
div.DivClassName
{
background-color: #FACED3;
}
.BgClassName
{
background-color: #FACED3;
}
</style>
border-color css
<style>
span { border-color: #FACED3; }
span { border-color: rgb(250,206,211); }
td.TdClassName
{
border-color: #FACED3;
}
.TagClassName
{
border-color: #FACED3;
}
</style>