Html Css Color HEX #FEE5E6 Pale Pink

📋 copy color: '#FEE5E6'

red 254 ◦ green 229 ◦ blue 230

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

Shades of Pale Pink #FEE5E6

Tints of Pale Pink #FEE5E6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.12%

 BLUE value IS 230 (90.23% from 255) = 32.26%

R = 35.62%
G = 32.12%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEE5E6 (or 0xFEE5E6) is known color: Pale Pink. HEX triplet: FE, E5 and E6. RGB value is (254,229,230). Sum of RGB (Red+Green+Blue) = 254+229+230=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5E6 is #011A19. Grayscale: #ECECEC. Windows color (decimal): -72218 or 15132158. OLE color: 15132158.

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

Color convert

RGB 254 229 230 -
CMYK 0 0.10 0.09 0.00
HSL 357.6º 0.93% 0.95% -
HSV(B) 357.6º 0.1% 1% -
XYZ 83.18 82.82 86.47 -
YUV 236.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 254 229 230 0 0.10 0.09 0.00 357.6 0.93 0.95
Hex FE E5 E6 0 A 9 0 166 5D 5F
Octal 376 345 346 0 12 11 0 546 135 137
Binary 11111110 11100101 11100110 0 1010 1001 0 101100110 1011101 1011111

Color Harmonies of #FEE5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5E6

Black with #FEE5E6

Text Example


Text Example

White with #FEE5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5E6; }

 p { color: rgb(254,229,230); }

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

background-color css

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

 a { background-color: rgb(254,229,230); }

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

border-color css

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

 span { border-color: rgb(254,229,230); }

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