Html Css Color HEX #FAE7E4 Misty Rose

📋 copy color: '#FAE7E4'

red 250 ◦ green 231 ◦ blue 228

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

Shades of Misty Rose #FAE7E4

Tints of Misty Rose #FAE7E4

RGB

 RED value IS 250 (98.05% from 255) = 35.26%

 GREEN value IS 231 (90.63% from 255) = 32.58%

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

R = 35.26%
G = 32.58%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAE7E4 (or 0xFAE7E4) is known color: Misty Rose. HEX triplet: FA, E7 and E4. RGB value is (250,231,228). Sum of RGB (Red+Green+Blue) = 250+231+228=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7E4 is #05181B. Grayscale: #ECECEC. Windows color (decimal): -333852 or 15001594. OLE color: 15001594.

HSL color Cylindrical-coordinate representation of color #FAE7E4: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE7E4 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 231 228 -
CMYK 0 0.08 0.09 0.02
HSL 8.18º 0.69% 0.94% -
HSV(B) 8.18º 0.09% 0.98% -
XYZ 82 83.08 85.11 -
YUV 236.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 250 231 228 0 0.08 0.09 0.02 8.18 0.69 0.94
Hex FA E7 E4 0 8 9 2 8 45 5E
Octal 372 347 344 0 10 11 2 10 105 136
Binary 11111010 11100111 11100100 0 1000 1001 10 1000 1000101 1011110

Color Harmonies of #FAE7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7E4

Black with #FAE7E4

Text Example


Text Example

White with #FAE7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7E4; }

 p { color: rgb(250,231,228); }

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

background-color css

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

 a { background-color: rgb(250,231,228); }

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

border-color css

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

 span { border-color: rgb(250,231,228); }

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