Html Css Color HEX #FED5DA Pale Pink

📋 copy color: '#FED5DA'

red 254 ◦ green 213 ◦ blue 218

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

Shades of Pale Pink #FED5DA

Tints of Pale Pink #FED5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 37.08%
G = 31.09%
B = 31.82%

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

#FED5DA (or 0xFED5DA) is known color: Pale Pink. HEX triplet: FE, D5 and DA. RGB value is (254,213,218). Sum of RGB (Red+Green+Blue) = 254+213+218=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5DA is #012A25. Grayscale: #E1E1E1. Windows color (decimal): -76326 or 14341630. OLE color: 14341630.

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

Color convert

RGB 254 213 218 -
CMYK 0 0.16 0.14 0.00
HSL 352.68º 0.95% 0.92% -
HSV(B) 352.68º 0.16% 1% -
XYZ 77.32 73.72 76.48 -
YUV 225.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 254 213 218 0 0.16 0.14 0.00 352.68 0.95 0.92
Hex FE D5 DA 0 10 E 0 161 5F 5C
Octal 376 325 332 0 20 16 0 541 137 134
Binary 11111110 11010101 11011010 0 10000 1110 0 101100001 1011111 1011100

Color Harmonies of #FED5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5DA

Black with #FED5DA

Text Example


Text Example

White with #FED5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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