#FCFAFC

Color #FCFAFC Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FCFAFC

Tints of Selago #FCFAFC

Color information

#FCFAFC (or 0xFCFAFC) is unknown color: approx Selago. HEX triplet: FC, FA and FC. RGB value is (252,250,252). Sum of RGB (Red+Green+Blue) = 252+250+252=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFC is #030503. Grayscale: #FAFAFA. Windows color (decimal): -197892 or 16579324. OLE color: 16579324.

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

Color convert

RGB252250252-
CMYK00.0100.01
HSL300º25%98.43%-
HSV(B)300º0.79%98.82%-
XYZ91.996.09105.8-
YUV250.83128.66128.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.42%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 252 (98.83% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225025200.0100.013002598.43
HexFCFAFC010112c1962
Octal374372374010145431142
Binary1111110011111010111111000101100101100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAFC; }

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

 H1.HeaderClassName
 {
   color: #FCFAFC;
 }
 .AnyTagClassName
 {
   color: #FCFAFC;
 }
</style>
background-color css

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

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

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

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

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

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