Html Css Color HEX #FEDADD Pale Pink

📋 copy color: '#FEDADD'

red 254 ◦ green 218 ◦ blue 221

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

Shades of Pale Pink #FEDADD

Tints of Pale Pink #FEDADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 36.65%
G = 31.46%
B = 31.89%

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

#FEDADD (or 0xFEDADD) is known color: Pale Pink. HEX triplet: FE, DA and DD. RGB value is (254,218,221). Sum of RGB (Red+Green+Blue) = 254+218+221=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADD is #012522. Grayscale: #E5E5E5. Windows color (decimal): -75043 or 14539518. OLE color: 14539518.

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

Color convert

RGB 254 218 221 -
CMYK 0 0.14 0.13 0.00
HSL 355º 0.95% 0.93% -
HSV(B) 355º 0.14% 1% -
XYZ 79 76.43 79 -
YUV 229.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 254 218 221 0 0.14 0.13 0.00 355 0.95 0.93
Hex FE DA DD 0 E D 0 163 5F 5D
Octal 376 332 335 0 16 15 0 543 137 135
Binary 11111110 11011010 11011101 0 1110 1101 0 101100011 1011111 1011101

Color Harmonies of #FEDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDADD

Black with #FEDADD

Text Example


Text Example

White with #FEDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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