Html Css Color HEX #FEEAE7 Misty Rose

📋 copy color: '#FEEAE7'

red 254 ◦ green 234 ◦ blue 231

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

Shades of Misty Rose #FEEAE7

Tints of Misty Rose #FEEAE7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.55%

 BLUE value IS 231 (90.63% from 255) = 32.13%

R = 35.33%
G = 32.55%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEEAE7 (or 0xFEEAE7) is known color: Misty Rose. HEX triplet: FE, EA and E7. RGB value is (254,234,231). Sum of RGB (Red+Green+Blue) = 254+234+231=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAE7 is #011518. Grayscale: #EFEFEF. Windows color (decimal): -70937 or 15198974. OLE color: 15198974.

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

Color convert

RGB 254 234 231 -
CMYK 0 0.08 0.09 0.00
HSL 7.83º 0.92% 0.95% -
HSV(B) 7.83º 0.09% 1% -
XYZ 84.72 85.69 87.68 -
YUV 239.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 254 234 231 0 0.08 0.09 0.00 7.83 0.92 0.95
Hex FE EA E7 0 8 9 0 8 5C 5F
Octal 376 352 347 0 10 11 0 10 134 137
Binary 11111110 11101010 11100111 0 1000 1001 0 1000 1011100 1011111

Color Harmonies of #FEEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAE7

Black with #FEEAE7

Text Example


Text Example

White with #FEEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAE7; }

 p { color: rgb(254,234,231); }

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

background-color css

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

 a { background-color: rgb(254,234,231); }

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

border-color css

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

 span { border-color: rgb(254,234,231); }

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