Html Css Color HEX #FAF0F2 Lavender Blush

📋 copy color: '#FAF0F2'

red 250 ◦ green 240 ◦ blue 242

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

Shades of Lavender Blush #FAF0F2

Tints of Lavender Blush #FAF0F2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.79%

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

R = 34.15%
G = 32.79%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAF0F2 (or 0xFAF0F2) is known color: Lavender Blush. HEX triplet: FA, F0 and F2. RGB value is (250,240,242). Sum of RGB (Red+Green+Blue) = 250+240+242=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0F2 is #050F0D. Grayscale: #F3F3F3. Windows color (decimal): -331534 or 15921402. OLE color: 15921402.

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

Color convert

RGB 250 240 242 -
CMYK 0 0.04 0.03 0.02
HSL 348º 0.5% 0.96% -
HSV(B) 348º 0.04% 0.98% -
XYZ 86.61 89.05 96.63 -
YUV 243.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 250 240 242 0 0.04 0.03 0.02 348 0.5 0.96
Hex FA F0 F2 0 4 3 2 15C 32 60
Octal 372 360 362 0 4 3 2 534 62 140
Binary 11111010 11110000 11110010 0 100 11 10 101011100 110010 1100000

Color Harmonies of #FAF0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0F2

Black with #FAF0F2

Text Example


Text Example

White with #FAF0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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