Html Css Color HEX #FAE5E1 Misty Rose

📋 copy color: '#FAE5E1'

red 250 ◦ green 229 ◦ blue 225

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

Shades of Misty Rose #FAE5E1

Tints of Misty Rose #FAE5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.96%

R = 35.51%
G = 32.53%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAE5E1 (or 0xFAE5E1) is known color: Misty Rose. HEX triplet: FA, E5 and E1. RGB value is (250,229,225). Sum of RGB (Red+Green+Blue) = 250+229+225=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5E1 is #051A1E. Grayscale: #EAEAEA. Windows color (decimal): -334367 or 14804474. OLE color: 14804474.

HSL color Cylindrical-coordinate representation of color #FAE5E1: hue angle of 9.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE5E1 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 225 -
CMYK 0 0.08 0.10 0.02
HSL 9.6º 0.71% 0.93% -
HSV(B) 9.6º 0.1% 0.98% -
XYZ 81.03 81.8 82.75 -
YUV 234.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 250 229 225 0 0.08 0.10 0.02 9.6 0.71 0.93
Hex FA E5 E1 0 8 A 2 A 47 5D
Octal 372 345 341 0 10 12 2 12 107 135
Binary 11111010 11100101 11100001 0 1000 1010 10 1010 1000111 1011101

Color Harmonies of #FAE5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5E1

Black with #FAE5E1

Text Example


Text Example

White with #FAE5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5E1; }

 p { color: rgb(250,229,225); }

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

background-color css

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

 a { background-color: rgb(250,229,225); }

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

border-color css

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

 span { border-color: rgb(250,229,225); }

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