Html Css Color HEX #FAF0FA Selago

📋 copy color: '#FAF0FA'

red 250 ◦ green 240 ◦ blue 250

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

Shades of Selago #FAF0FA

Tints of Selago #FAF0FA

RGB

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

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

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

R = 33.78%
G = 32.43%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAF0FA (or 0xFAF0FA) is known color: Selago. HEX triplet: FA, F0 and FA. RGB value is (250,240,250). Sum of RGB (Red+Green+Blue) = 250+240+250=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 240 (94.14% from 255 or 32.43% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0FA is #050F05. Grayscale: #F4F4F4. Windows color (decimal): -331526 or 16445690. OLE color: 16445690.

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

Color convert

RGB 250 240 250 -
CMYK 0 0.04 0 0.02
HSL 300º 0.5% 0.96% -
HSV(B) 300º 0.04% 0.98% -
XYZ 87.84 89.55 103.1 -
YUV 244.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 250 240 250 0 0.04 0 0.02 300 0.5 0.96
Hex FA F0 FA 0 4 0 2 12C 32 60
Octal 372 360 372 0 4 0 2 454 62 140
Binary 11111010 11110000 11111010 0 100 0 10 100101100 110010 1100000

Color Harmonies of #FAF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0FA

Black with #FAF0FA

Text Example


Text Example

White with #FAF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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