Html Css Color HEX #FEE6E4 Misty Rose

📋 copy color: '#FEE6E4'

red 254 ◦ green 230 ◦ blue 228

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

Shades of Misty Rose #FEE6E4

Tints of Misty Rose #FEE6E4

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEE6E4 (or 0xFEE6E4) is known color: Misty Rose. HEX triplet: FE, E6 and E4. RGB value is (254,230,228). Sum of RGB (Red+Green+Blue) = 254+230+228=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6E4 is #01191B. Grayscale: #ECECEC. Windows color (decimal): -71964 or 15001342. OLE color: 15001342.

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

Color convert

RGB 254 230 228 -
CMYK 0 0.09 0.10 0.00
HSL 4.62º 0.93% 0.95% -
HSV(B) 4.62º 0.1% 1% -
XYZ 83.17 83.27 85.09 -
YUV 236.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 254 230 228 0 0.09 0.10 0.00 4.62 0.93 0.95
Hex FE E6 E4 0 9 A 0 5 5D 5F
Octal 376 346 344 0 11 12 0 5 135 137
Binary 11111110 11100110 11100100 0 1001 1010 0 101 1011101 1011111

Color Harmonies of #FEE6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6E4

Black with #FEE6E4

Text Example


Text Example

White with #FEE6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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