Html Css Color HEX #FAF2F6 Lavender Blush

📋 copy color: '#FAF2F6'

red 250 ◦ green 242 ◦ blue 246

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

Shades of Lavender Blush #FAF2F6

Tints of Lavender Blush #FAF2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.79%

 BLUE value IS 246 (96.48% from 255) = 33.33%

R = 33.88%
G = 32.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAF2F6 (or 0xFAF2F6) is known color: Lavender Blush. HEX triplet: FA, F2 and F6. RGB value is (250,242,246). Sum of RGB (Red+Green+Blue) = 250+242+246=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 242 (94.92% from 255 or 32.79% from 738); Blue value is 246 (96.48% from 255 or 33.33% from 738); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2F6 is #050D09. Grayscale: #F4F4F4. Windows color (decimal): -331018 or 16184058. OLE color: 16184058.

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

Color convert

RGB 250 242 246 -
CMYK 0 0.03 0.02 0.02
HSL 330º 0.44% 0.96% -
HSV(B) 330º 0.03% 0.98% -
XYZ 87.81 90.48 100.03 -
YUV 244.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 250 242 246 0 0.03 0.02 0.02 330 0.44 0.96
Hex FA F2 F6 0 3 2 2 14A 2C 60
Octal 372 362 366 0 3 2 2 512 54 140
Binary 11111010 11110010 11110110 0 11 10 10 101001010 101100 1100000

Color Harmonies of #FAF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2F6

Black with #FAF2F6

Text Example


Text Example

White with #FAF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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