Shades of We Peep #FDDADB
Tints of We Peep #FDDADB
RGB
CMYK
RGB Variations
Color information
#FDDADB (or 0xFDDADB) is known color: We Peep. HEX triplet: FD, DA and DB. RGB value is (253,218,219). Sum of RGB (Red+Green+Blue) = 253+218+219=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDADB is #022524. Grayscale: #E4E4E4. Windows color (decimal): -140581 or 14408445. OLE color: 14408445.
HSL color Cylindrical-coordinate representation of color #FDDADB: hue angle of 358.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDADB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 219 | - |
CMYK | 0 | 0.14 | 0.13 | 0.01 |
HSL | 358.29º | 0.9% | 0.92% | - |
HSV(B) | 358.29º | 0.14% | 0.99% | - |
XYZ | 78.37 | 76.14 | 77.58 | - |
YUV | 228.58 | 122.6 | 145.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 219 | 0 | 0.14 | 0.13 | 0.01 | 358.29 | 0.9 | 0.92 |
Hex | FD | DA | DB | 0 | E | D | 1 | 166 | 5A | 5C |
Octal | 375 | 332 | 333 | 0 | 16 | 15 | 1 | 546 | 132 | 134 |
Binary | 11111101 | 11011010 | 11011011 | 0 | 1110 | 1101 | 1 | 101100110 | 1011010 | 1011100 |
Color Harmonies of #FDDADB
Complementary color
Monochromatic Colors of #FDDADB
Black with #FDDADB
Text Example
Text Example
White with #FDDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDADB; }
p { color: rgb(253,218,219); }
H1.HeaderClassName
{
color: #FDDADB;
}
.AnyTagClassName
{
color: #FDDADB;
}
</style>
background-color css
<style>
a { background-color: #FDDADB; }
a { background-color: rgb(253,218,219); }
div.DivClassName
{
background-color: #FDDADB;
}
.BgClassName
{
background-color: #FDDADB;
}
</style>
border-color css
<style>
span { border-color: #FDDADB; }
span { border-color: rgb(253,218,219); }
td.TdClassName
{
border-color: #FDDADB;
}
.TagClassName
{
border-color: #FDDADB;
}
</style>