#FED6DB

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

Shades of Pale Pink #FED6DB

Tints of Pale Pink #FED6DB

Color information

#FED6DB (or 0xFED6DB) is unknown color: approx Pale Pink. HEX triplet: FE, D6 and DB. RGB value is (254,214,219). Sum of RGB (Red+Green+Blue) = 254+214+219=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DB is #012924. Grayscale: #E2E2E2. Windows color (decimal): -76069 or 14407422. OLE color: 14407422.

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

Color convert

RGB254214219-
CMYK00.160.140.00
HSL352.5º95.24%91.76%-
HSV(B)352.5º15.75%99.61%-
XYZ77.7174.2877.26-
YUV226.53123.75147.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=36.97%
G=31.15%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421421900.160.140.00352.595.2491.76
HexFED6DB010E01605f5c
Octal376326333020160540137134
Binary1111111011010110110110110100001110010110000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6DB; }

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

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

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

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

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

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

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

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