#FED9DB

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

Shades of We Peep #FED9DB

Tints of We Peep #FED9DB

Color information

#FED9DB (or 0xFED9DB) is unknown color: approx We Peep. HEX triplet: FE, D9 and DB. RGB value is (254,217,219). Sum of RGB (Red+Green+Blue) = 254+217+219=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DB is #012624. Grayscale: #E4E4E4. Windows color (decimal): -75301 or 14408190. OLE color: 14408190.

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

Color convert

RGB254217219-
CMYK00.150.140.00
HSL356.76º94.87%92.35%-
HSV(B)356.76º14.57%99.61%-
XYZ78.4775.8177.51-
YUV228.29122.76146.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=36.81%
G=31.45%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421721900.150.140.00356.7694.8792.35
HexFED9DB0FE01655f5c
Octal376331333017160545137134
Binary111111101101100111011011011111110010110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9DB; }

 p { color: rgb(254,217,219); }

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

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

 a { background-color: rgb(254,217,219); }

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

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

 span { border-color: rgb(254,217,219); }

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