Shades of We Peep #FDD7DA
Tints of We Peep #FDD7DA
RGB
CMYK
RGB Variations
Color information
#FDD7DA (or 0xFDD7DA) is known color: We Peep. HEX triplet: FD, D7 and DA. RGB value is (253,215,218). Sum of RGB (Red+Green+Blue) = 253+215+218=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DA is #022825. Grayscale: #E2E2E2. Windows color (decimal): -141350 or 14342141. OLE color: 14342141.
HSL color Cylindrical-coordinate representation of color #FDD7DA: hue angle of 355.26º 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 #FDD7DA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 218 | - |
CMYK | 0 | 0.15 | 0.14 | 0.01 |
HSL | 355.26º | 0.9% | 0.92% | - |
HSV(B) | 355.26º | 0.15% | 0.99% | - |
XYZ | 77.46 | 74.55 | 76.64 | - |
YUV | 226.7 | 123.09 | 146.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 218 | 0 | 0.15 | 0.14 | 0.01 | 355.26 | 0.9 | 0.92 |
Hex | FD | D7 | DA | 0 | F | E | 1 | 163 | 5A | 5C |
Octal | 375 | 327 | 332 | 0 | 17 | 16 | 1 | 543 | 132 | 134 |
Binary | 11111101 | 11010111 | 11011010 | 0 | 1111 | 1110 | 1 | 101100011 | 1011010 | 1011100 |
Color Harmonies of #FDD7DA
Complementary color
Monochromatic Colors of #FDD7DA
Black with #FDD7DA
Text Example
Text Example
White with #FDD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7DA; }
p { color: rgb(253,215,218); }
H1.HeaderClassName
{
color: #FDD7DA;
}
.AnyTagClassName
{
color: #FDD7DA;
}
</style>
background-color css
<style>
a { background-color: #FDD7DA; }
a { background-color: rgb(253,215,218); }
div.DivClassName
{
background-color: #FDD7DA;
}
.BgClassName
{
background-color: #FDD7DA;
}
</style>
border-color css
<style>
span { border-color: #FDD7DA; }
span { border-color: rgb(253,215,218); }
td.TdClassName
{
border-color: #FDD7DA;
}
.TagClassName
{
border-color: #FDD7DA;
}
</style>