Html Css Color HEX #FEE4E6 Pale Pink

📋 copy color: '#FEE4E6'

red 254 ◦ green 228 ◦ blue 230

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

Shades of Pale Pink #FEE4E6

Tints of Pale Pink #FEE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.02%

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

R = 35.67%
G = 32.02%
B = 32.3%

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

#FEE4E6 (or 0xFEE4E6) is known color: Pale Pink. HEX triplet: FE, E4 and E6. RGB value is (254,228,230). Sum of RGB (Red+Green+Blue) = 254+228+230=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4E6 is #011B19. Grayscale: #ECECEC. Windows color (decimal): -72474 or 15131902. OLE color: 15131902.

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

Color convert

RGB 254 228 230 -
CMYK 0 0.10 0.09 0.00
HSL 355.38º 0.93% 0.95% -
HSV(B) 355.38º 0.1% 1% -
XYZ 82.9 82.27 86.37 -
YUV 236 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 254 228 230 0 0.10 0.09 0.00 355.38 0.93 0.95
Hex FE E4 E6 0 A 9 0 163 5D 5F
Octal 376 344 346 0 12 11 0 543 135 137
Binary 11111110 11100100 11100110 0 1010 1001 0 101100011 1011101 1011111

Color Harmonies of #FEE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4E6

Black with #FEE4E6

Text Example


Text Example

White with #FEE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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