Html Css Color HEX #FEDADE Pale Pink

📋 copy color: '#FEDADE'

red 254 ◦ green 218 ◦ blue 222

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

Shades of Pale Pink #FEDADE

Tints of Pale Pink #FEDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.41%

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

R = 36.6%
G = 31.41%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDADE (or 0xFEDADE) is known color: Pale Pink. HEX triplet: FE, DA and DE. RGB value is (254,218,222). Sum of RGB (Red+Green+Blue) = 254+218+222=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADE is #012521. Grayscale: #E5E5E5. Windows color (decimal): -75042 or 14605054. OLE color: 14605054.

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

Color convert

RGB 254 218 222 -
CMYK 0 0.14 0.13 0.00
HSL 353.33º 0.95% 0.93% -
HSV(B) 353.33º 0.14% 1% -
XYZ 79.13 76.49 79.7 -
YUV 229.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 254 218 222 0 0.14 0.13 0.00 353.33 0.95 0.93
Hex FE DA DE 0 E D 0 161 5F 5D
Octal 376 332 336 0 16 15 0 541 137 135
Binary 11111110 11011010 11011110 0 1110 1101 0 101100001 1011111 1011101

Color Harmonies of #FEDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDADE

Black with #FEDADE

Text Example


Text Example

White with #FEDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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