#FFD5D8

Color #FFD5D8 We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FFD5D8

Tints of We Peep #FFD5D8

Color information

#FFD5D8 (or 0xFFD5D8) is unknown color: approx We Peep. HEX triplet: FF, D5 and D8. RGB value is (255,213,216). Sum of RGB (Red+Green+Blue) = 255+213+216=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5D8 is #002A27. Grayscale: #E1E1E1. Windows color (decimal): -10792 or 14210559. OLE color: 14210559.

HSL color Cylindrical-coordinate representation of color #FFD5D8: hue angle of 355.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5D8 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255213216-
CMYK00.160.150
HSL355.71º100%91.76%-
HSV(B)355.71º16.47%100%-
XYZ77.4373.8175.13-
YUV225.9122.41148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=37.28%
G=31.14%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521321600.160.150355.7110091.76
HexFFD5D8010F0164645c
Octal377325330020170544144134
Binary1111111111010101110110000100001111010110010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5D8; }

 p { color: rgb(255,213,216); }

 H1.HeaderClassName
 {
   color: #FFD5D8;
 }
 .AnyTagClassName
 {
   color: #FFD5D8;
 }
</style>
background-color css

<style>
 a { background-color: #FFD5D8; }

 a { background-color: rgb(255,213,216); }

 div.DivClassName
 {
   background-color: #FFD5D8;
 }
 .BgClassName
 {
   background-color: #FFD5D8;
 }
</style>
border-color css

<style>
 span { border-color: #FFD5D8; }

 span { border-color: rgb(255,213,216); }

 td.TdClassName
 {
   border-color: #FFD5D8;
 }
 .TagClassName
 {
   border-color: #FFD5D8;
 }
</style>