Html Css Color HEX #FED9DE Pale Pink

📋 copy color: '#FED9DE'

red 254 ◦ green 217 ◦ blue 222

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

Shades of Pale Pink #FED9DE

Tints of Pale Pink #FED9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.31%

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 36.65%
G = 31.31%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FED9DE (or 0xFED9DE) is known color: Pale Pink. HEX triplet: FE, D9 and DE. RGB value is (254,217,222). Sum of RGB (Red+Green+Blue) = 254+217+222=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DE is #012621. Grayscale: #E4E4E4. Windows color (decimal): -75298 or 14604798. OLE color: 14604798.

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

Color convert

RGB 254 217 222 -
CMYK 0 0.15 0.13 0.00
HSL 351.89º 0.95% 0.92% -
HSV(B) 351.89º 0.15% 1% -
XYZ 78.87 75.97 79.61 -
YUV 228.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 254 217 222 0 0.15 0.13 0.00 351.89 0.95 0.92
Hex FE D9 DE 0 F D 0 160 5F 5C
Octal 376 331 336 0 17 15 0 540 137 134
Binary 11111110 11011001 11011110 0 1111 1101 0 101100000 1011111 1011100

Color Harmonies of #FED9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9DE

Black with #FED9DE

Text Example


Text Example

White with #FED9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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