Html Css Color HEX #FAE5F2 Lavender Blush

📋 copy color: '#FAE5F2'

red 250 ◦ green 229 ◦ blue 242

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

Shades of Lavender Blush #FAE5F2

Tints of Lavender Blush #FAE5F2

RGB

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

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

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

R = 34.67%
G = 31.76%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAE5F2 (or 0xFAE5F2) is known color: Lavender Blush. HEX triplet: FA, E5 and F2. RGB value is (250,229,242). Sum of RGB (Red+Green+Blue) = 250+229+242=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5F2 is #051A0D. Grayscale: #ECECEC. Windows color (decimal): -334350 or 15918586. OLE color: 15918586.

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

Color convert

RGB 250 229 242 -
CMYK 0 0.08 0.03 0.02
HSL 322.86º 0.68% 0.94% -
HSV(B) 322.86º 0.08% 0.98% -
XYZ 83.47 82.77 95.58 -
YUV 236.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 250 229 242 0 0.08 0.03 0.02 322.86 0.68 0.94
Hex FA E5 F2 0 8 3 2 143 44 5E
Octal 372 345 362 0 10 3 2 503 104 136
Binary 11111010 11100101 11110010 0 1000 11 10 101000011 1000100 1011110

Color Harmonies of #FAE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5F2

Black with #FAE5F2

Text Example


Text Example

White with #FAE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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