Html Css Color HEX #FAE9F2 Lavender Blush

📋 copy color: '#FAE9F2'

red 250 ◦ green 233 ◦ blue 242

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

Shades of Lavender Blush #FAE9F2

Tints of Lavender Blush #FAE9F2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.14%

 BLUE value IS 242 (94.92% from 255) = 33.38%

R = 34.48%
G = 32.14%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAE9F2 (or 0xFAE9F2) is known color: Lavender Blush. HEX triplet: FA, E9 and F2. RGB value is (250,233,242). Sum of RGB (Red+Green+Blue) = 250+233+242=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9F2 is #05160D. Grayscale: #EFEFEF. Windows color (decimal): -333326 or 15919610. OLE color: 15919610.

HSL color Cylindrical-coordinate representation of color #FAE9F2: hue angle of 328.24º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9F2 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 242 -
CMYK 0 0.07 0.03 0.02
HSL 328.24º 0.63% 0.95% -
HSV(B) 328.24º 0.07% 0.98% -
XYZ 84.59 85.01 95.96 -
YUV 239.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 250 233 242 0 0.07 0.03 0.02 328.24 0.63 0.95
Hex FA E9 F2 0 7 3 2 148 3F 5F
Octal 372 351 362 0 7 3 2 510 77 137
Binary 11111010 11101001 11110010 0 111 11 10 101001000 111111 1011111

Color Harmonies of #FAE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9F2

Black with #FAE9F2

Text Example


Text Example

White with #FAE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9F2; }

 p { color: rgb(250,233,242); }

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

background-color css

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

 a { background-color: rgb(250,233,242); }

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

border-color css

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

 span { border-color: rgb(250,233,242); }

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