Html Css Color HEX #FED5DB Pale Pink

📋 copy color: '#FED5DB'

red 254 ◦ green 213 ◦ blue 219

#FED5DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Pink #FED5DB

Tints of Pale Pink #FED5DB

RGB

 RED value IS 254 (99.61% from 255) = 37.03%

 GREEN value IS 213 (83.59% from 255) = 31.05%

 BLUE value IS 219 (85.94% from 255) = 31.92%

R = 37.03%
G = 31.05%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FED5DB (or 0xFED5DB) is known color: Pale Pink. HEX triplet: FE, D5 and DB. RGB value is (254,213,219). Sum of RGB (Red+Green+Blue) = 254+213+219=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5DB is #012A24. Grayscale: #E1E1E1. Windows color (decimal): -76325 or 14407166. OLE color: 14407166.

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

Color convert

RGB 254 213 219 -
CMYK 0 0.16 0.14 0.00
HSL 351.22º 0.95% 0.92% -
HSV(B) 351.22º 0.16% 1% -
XYZ 77.45 73.77 77.18 -
YUV 225.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 254 213 219 0 0.16 0.14 0.00 351.22 0.95 0.92
Hex FE D5 DB 0 10 E 0 15F 5F 5C
Octal 376 325 333 0 20 16 0 537 137 134
Binary 11111110 11010101 11011011 0 10000 1110 0 101011111 1011111 1011100

Color Harmonies of #FED5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5DB

Black with #FED5DB

Text Example


Text Example

White with #FED5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5DB; }

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

 H1.HeaderClassName
 {
   color: #FED5DB;
 }
 .AnyTagClassName
 {
   color: #FED5DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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