Html Css Color HEX #FAF2FB Selago

📋 copy color: '#FAF2FB'

red 250 ◦ green 242 ◦ blue 251

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

Shades of Selago #FAF2FB

Tints of Selago #FAF2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.78%

R = 33.65%
G = 32.57%
B = 33.78%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAF2FB (or 0xFAF2FB) is known color: Selago. HEX triplet: FA, F2 and FB. RGB value is (250,242,251). Sum of RGB (Red+Green+Blue) = 250+242+251=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FB is #050D04. Grayscale: #F5F5F5. Windows color (decimal): -331013 or 16511738. OLE color: 16511738.

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

Color convert

RGB 250 242 251 -
CMYK 0.00 0.04 0 0.02
HSL 293.33º 0.53% 0.97% -
HSV(B) 293.33º 0.04% 0.98% -
XYZ 88.59 90.79 104.12 -
YUV 245.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 250 242 251 0.00 0.04 0 0.02 293.33 0.53 0.97
Hex FA F2 FB 0 4 0 2 125 35 61
Octal 372 362 373 0 4 0 2 445 65 141
Binary 11111010 11110010 11111011 0 100 0 10 100100101 110101 1100001

Color Harmonies of #FAF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2FB

Black with #FAF2FB

Text Example


Text Example

White with #FAF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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