Shades of We Peep #FDD8DA
Tints of We Peep #FDD8DA
RGB
CMYK
RGB Variations
Color information
#FDD8DA (or 0xFDD8DA) is known color: We Peep. HEX triplet: FD, D8 and DA. RGB value is (253,216,218). Sum of RGB (Red+Green+Blue) = 253+216+218=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8DA is #022725. Grayscale: #E3E3E3. Windows color (decimal): -141094 or 14342397. OLE color: 14342397.
HSL color Cylindrical-coordinate representation of color #FDD8DA: hue angle of 356.76º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8DA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 218 | - |
CMYK | 0 | 0.15 | 0.14 | 0.01 |
HSL | 356.76º | 0.9% | 0.92% | - |
HSV(B) | 356.76º | 0.15% | 0.99% | - |
XYZ | 77.72 | 75.06 | 76.72 | - |
YUV | 227.29 | 122.76 | 146.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 218 | 0 | 0.15 | 0.14 | 0.01 | 356.76 | 0.9 | 0.92 |
Hex | FD | D8 | DA | 0 | F | E | 1 | 165 | 5A | 5C |
Octal | 375 | 330 | 332 | 0 | 17 | 16 | 1 | 545 | 132 | 134 |
Binary | 11111101 | 11011000 | 11011010 | 0 | 1111 | 1110 | 1 | 101100101 | 1011010 | 1011100 |
Color Harmonies of #FDD8DA
Complementary color
Monochromatic Colors of #FDD8DA
Black with #FDD8DA
Text Example
Text Example
White with #FDD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8DA; }
p { color: rgb(253,216,218); }
H1.HeaderClassName
{
color: #FDD8DA;
}
.AnyTagClassName
{
color: #FDD8DA;
}
</style>
background-color css
<style>
a { background-color: #FDD8DA; }
a { background-color: rgb(253,216,218); }
div.DivClassName
{
background-color: #FDD8DA;
}
.BgClassName
{
background-color: #FDD8DA;
}
</style>
border-color css
<style>
span { border-color: #FDD8DA; }
span { border-color: rgb(253,216,218); }
td.TdClassName
{
border-color: #FDD8DA;
}
.TagClassName
{
border-color: #FDD8DA;
}
</style>