#FED8DB

Color #FED8DB Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #FED8DB

Tints of Pale Pink #FED8DB

Color information

#FED8DB (or 0xFED8DB) is unknown color: approx Pale Pink. HEX triplet: FE, D8 and DB. RGB value is (254,216,219). Sum of RGB (Red+Green+Blue) = 254+216+219=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DB is #012724. Grayscale: #E3E3E3. Windows color (decimal): -75557 or 14407934. OLE color: 14407934.

HSL color Cylindrical-coordinate representation of color #FED8DB: hue angle of 355.26º 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 #FED8DB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254216219-
CMYK00.150.140.00
HSL355.26º95%92.16%-
HSV(B)355.26º14.96%99.61%-
XYZ78.2275.377.43-
YUV227.7123.09146.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=36.87%
G=31.35%
B=31.79%

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
Decimal25421621900.150.140.00355.269592.16
HexFED8DB0FE01635f5c
Octal376330333017160543137134
Binary111111101101100011011011011111110010110001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8DB; }

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

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

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

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

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

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

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

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