Html Css Color HEX #FAF6FA Selago

📋 copy color: '#FAF6FA'

red 250 ◦ green 246 ◦ blue 250

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

Shades of Selago #FAF6FA

Tints of Selago #FAF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 32.98%

 BLUE value IS 250 (98.05% from 255) = 33.51%

R = 33.51%
G = 32.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAF6FA (or 0xFAF6FA) is known color: Selago. HEX triplet: FA, F6 and FA. RGB value is (250,246,250). Sum of RGB (Red+Green+Blue) = 250+246+250=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 246 (96.48% from 255 or 32.98% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FA is #050905. Grayscale: #F7F7F7. Windows color (decimal): -329990 or 16447226. OLE color: 16447226.

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

Color convert

RGB 250 246 250 -
CMYK 0 0.02 0 0.02
HSL 300º 0.29% 0.97% -
HSV(B) 300º 0.02% 0.98% -
XYZ 89.64 93.14 103.7 -
YUV 247.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 250 246 250 0 0.02 0 0.02 300 0.29 0.97
Hex FA F6 FA 0 2 0 2 12C 1D 61
Octal 372 366 372 0 2 0 2 454 35 141
Binary 11111010 11110110 11111010 0 10 0 10 100101100 11101 1100001

Color Harmonies of #FAF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6FA

Black with #FAF6FA

Text Example


Text Example

White with #FAF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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