#FCFBFC

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

Shades of Selago #FCFBFC

Tints of Selago #FCFBFC

Color information

#FCFBFC (or 0xFCFBFC) is unknown color: approx Selago. HEX triplet: FC, FB and FC. RGB value is (252,251,252). Sum of RGB (Red+Green+Blue) = 252+251+252=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFC is #030403. Grayscale: #FBFBFB. Windows color (decimal): -197636 or 16579580. OLE color: 16579580.

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

Color convert

RGB252251252-
CMYK00.0000.01
HSL300º14.29%98.63%-
HSV(B)300º0.4%98.82%-
XYZ92.2196.72105.9-
YUV251.41128.33128.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 252 (98.83% from 255) = 33.38%
R=33.38%
G=33.25%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225125200.0000.0130014.2998.63
HexFCFBFC000112ce63
Octal374373374000145416143
Binary111111001111101111111100000110010110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBFC; }

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

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

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

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

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

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

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

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