Html Css Color HEX #FAF2F9 Selago

📋 copy color: '#FAF2F9'

red 250 ◦ green 242 ◦ blue 249

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

Shades of Selago #FAF2F9

Tints of Selago #FAF2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 33.6%

R = 33.74%
G = 32.66%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAF2F9 (or 0xFAF2F9) is known color: Selago. HEX triplet: FA, F2 and F9. RGB value is (250,242,249). Sum of RGB (Red+Green+Blue) = 250+242+249=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 249 (97.66% from 255 or 33.60% from 741); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2F9 is #050D06. Grayscale: #F5F5F5. Windows color (decimal): -331015 or 16380666. OLE color: 16380666.

HSL color Cylindrical-coordinate representation of color #FAF2F9: hue angle of 307.5º 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 #FAF2F9 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 249 -
CMYK 0 0.03 0.00 0.02
HSL 307.5º 0.44% 0.96% -
HSV(B) 307.5º 0.03% 0.98% -
XYZ 88.28 90.67 102.47 -
YUV 245.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 250 242 249 0 0.03 0.00 0.02 307.5 0.44 0.96
Hex FA F2 F9 0 3 0 2 134 2C 60
Octal 372 362 371 0 3 0 2 464 54 140
Binary 11111010 11110010 11111001 0 11 0 10 100110100 101100 1100000

Color Harmonies of #FAF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2F9

Black with #FAF2F9

Text Example


Text Example

White with #FAF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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