Shades of We Peep #FAD3D4
Tints of We Peep #FAD3D4
RGB
CMYK
RGB Variations
Color information
#FAD3D4 (or 0xFAD3D4) is known color: We Peep. HEX triplet: FA, D3 and D4. RGB value is (250,211,212). Sum of RGB (Red+Green+Blue) = 250+211+212=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3D4 is #052C2B. Grayscale: #DEDEDE. Windows color (decimal): -338988 or 13947898. OLE color: 13947898.
HSL color Cylindrical-coordinate representation of color #FAD3D4: hue angle of 358.46º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD3D4 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 212 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.02 |
| HSL | 358.46º | 0.8% | 0.9% | - |
| HSV(B) | 358.46º | 0.16% | 0.98% | - |
| XYZ | 74.6 | 71.67 | 72.19 | - |
| YUV | 222.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 212 | 0 | 0.16 | 0.15 | 0.02 | 358.46 | 0.8 | 0.9 |
| Hex | FA | D3 | D4 | 0 | 10 | F | 2 | 166 | 50 | 5A |
| Octal | 372 | 323 | 324 | 0 | 20 | 17 | 2 | 546 | 120 | 132 |
| Binary | 11111010 | 11010011 | 11010100 | 0 | 10000 | 1111 | 10 | 101100110 | 1010000 | 1011010 |
Color Harmonies of #FAD3D4
Complementary color
Monochromatic Colors of #FAD3D4
Black with #FAD3D4
Text Example
Text Example
White with #FAD3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3D4; }
p { color: rgb(250,211,212); }
H1.HeaderClassName
{
color: #FAD3D4;
}
.AnyTagClassName
{
color: #FAD3D4;
}
</style>
background-color css
<style>
a { background-color: #FAD3D4; }
a { background-color: rgb(250,211,212); }
div.DivClassName
{
background-color: #FAD3D4;
}
.BgClassName
{
background-color: #FAD3D4;
}
</style>
border-color css
<style>
span { border-color: #FAD3D4; }
span { border-color: rgb(250,211,212); }
td.TdClassName
{
border-color: #FAD3D4;
}
.TagClassName
{
border-color: #FAD3D4;
}
</style>