Html Css Color HEX #FEDEE1 Pale Pink

📋 copy color: '#FEDEE1'

red 254 ◦ green 222 ◦ blue 225

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

Shades of Pale Pink #FEDEE1

Tints of Pale Pink #FEDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.67%

 BLUE value IS 225 (88.28% from 255) = 32.1%

R = 36.23%
G = 31.67%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEDEE1 (or 0xFEDEE1) is known color: Pale Pink. HEX triplet: FE, DE and E1. RGB value is (254,222,225). Sum of RGB (Red+Green+Blue) = 254+222+225=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE1 is #01211E. Grayscale: #E7E7E7. Windows color (decimal): -74015 or 14802686. OLE color: 14802686.

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

Color convert

RGB 254 222 225 -
CMYK 0 0.13 0.11 0.00
HSL 354.38º 0.94% 0.93% -
HSV(B) 354.38º 0.13% 1% -
XYZ 80.58 78.75 82.19 -
YUV 231.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 254 222 225 0 0.13 0.11 0.00 354.38 0.94 0.93
Hex FE DE E1 0 D B 0 162 5E 5D
Octal 376 336 341 0 15 13 0 542 136 135
Binary 11111110 11011110 11100001 0 1101 1011 0 101100010 1011110 1011101

Color Harmonies of #FEDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEE1

Black with #FEDEE1

Text Example


Text Example

White with #FEDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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