Html Css Color HEX #FAFBFC Alice Blue

📋 copy color: '#FAFBFC'

red 250 ◦ green 251 ◦ blue 252

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

Shades of Alice Blue #FAFBFC

Tints of Alice Blue #FAFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.33%

 BLUE value IS 252 (98.83% from 255) = 33.47%

R = 33.2%
G = 33.33%
B = 33.47%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAFBFC (or 0xFAFBFC) is known color: Alice Blue. HEX triplet: FA, FB and FC. RGB value is (250,251,252). Sum of RGB (Red+Green+Blue) = 250+251+252=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 251 (98.44% from 255 or 33.33% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFC is #050403. Grayscale: #FAFAFA. Windows color (decimal): -328708 or 16579578. OLE color: 16579578.

HSL color Cylindrical-coordinate representation of color #FAFBFC: hue angle of 210º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFBFC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 251 252 -
CMYK 0.01 0.00 0 0.01
HSL 210º 0.25% 0.98% -
HSV(B) 210º 0.01% 0.99% -
XYZ 91.49 96.35 105.87 -
YUV 250.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 250 251 252 0.01 0.00 0 0.01 210 0.25 0.98
Hex FA FB FC 1 0 0 1 D2 19 62
Octal 372 373 374 1 0 0 1 322 31 142
Binary 11111010 11111011 11111100 1 0 0 1 11010010 11001 1100010

Color Harmonies of #FAFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBFC

Black with #FAFBFC

Text Example


Text Example

White with #FAFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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