Html Css Color HEX #FAE4E1 Misty Rose

📋 copy color: '#FAE4E1'

red 250 ◦ green 228 ◦ blue 225

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

Shades of Misty Rose #FAE4E1

Tints of Misty Rose #FAE4E1

RGB

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

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

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

R = 35.56%
G = 32.43%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAE4E1 (or 0xFAE4E1) is known color: Misty Rose. HEX triplet: FA, E4 and E1. RGB value is (250,228,225). Sum of RGB (Red+Green+Blue) = 250+228+225=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4E1 is #051B1E. Grayscale: #EAEAEA. Windows color (decimal): -334623 or 14804218. OLE color: 14804218.

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

Color convert

RGB 250 228 225 -
CMYK 0 0.09 0.10 0.02
HSL 7.2º 0.71% 0.93% -
HSV(B) 7.2º 0.1% 0.98% -
XYZ 80.76 81.25 82.66 -
YUV 234.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 250 228 225 0 0.09 0.10 0.02 7.2 0.71 0.93
Hex FA E4 E1 0 9 A 2 7 47 5D
Octal 372 344 341 0 11 12 2 7 107 135
Binary 11111010 11100100 11100001 0 1001 1010 10 111 1000111 1011101

Color Harmonies of #FAE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4E1

Black with #FAE4E1

Text Example


Text Example

White with #FAE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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