Html Css Color HEX #FAE8F0 Lavender Blush

📋 copy color: '#FAE8F0'

red 250 ◦ green 232 ◦ blue 240

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

Shades of Lavender Blush #FAE8F0

Tints of Lavender Blush #FAE8F0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.13%

 BLUE value IS 240 (94.14% from 255) = 33.24%

R = 34.63%
G = 32.13%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAE8F0 (or 0xFAE8F0) is known color: Lavender Blush. HEX triplet: FA, E8 and F0. RGB value is (250,232,240). Sum of RGB (Red+Green+Blue) = 250+232+240=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8F0 is #05170F. Grayscale: #EEEEEE. Windows color (decimal): -333584 or 15788282. OLE color: 15788282.

HSL color Cylindrical-coordinate representation of color #FAE8F0: hue angle of 333.33º degrees, saturation: 0.64, 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 #FAE8F0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 232 240 -
CMYK 0 0.07 0.04 0.02
HSL 333.33º 0.64% 0.95% -
HSV(B) 333.33º 0.07% 0.98% -
XYZ 84.01 84.33 94.29 -
YUV 238.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 250 232 240 0 0.07 0.04 0.02 333.33 0.64 0.95
Hex FA E8 F0 0 7 4 2 14D 40 5F
Octal 372 350 360 0 7 4 2 515 100 137
Binary 11111010 11101000 11110000 0 111 100 10 101001101 1000000 1011111

Color Harmonies of #FAE8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8F0

Black with #FAE8F0

Text Example


Text Example

White with #FAE8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8F0; }

 p { color: rgb(250,232,240); }

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

background-color css

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

 a { background-color: rgb(250,232,240); }

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

border-color css

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

 span { border-color: rgb(250,232,240); }

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