#FCF9FC

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

Shades of Selago #FCF9FC

Tints of Selago #FCF9FC

Color information

#FCF9FC (or 0xFCF9FC) is unknown color: approx Selago. HEX triplet: FC, F9 and FC. RGB value is (252,249,252). Sum of RGB (Red+Green+Blue) = 252+249+252=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FC is #030603. Grayscale: #FAFAFA. Windows color (decimal): -198148 or 16579068. OLE color: 16579068.

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

Color convert

RGB252249252-
CMYK00.0100.01
HSL300º33.33%98.24%-
HSV(B)300º1.19%98.82%-
XYZ91.5995.48105.7-
YUV250.24128.99129.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.47%
GREEN value IS 249 (97.66% from 255) = 33.07%
BLUE value IS 252 (98.83% from 255) = 33.47%
R=33.47%
G=33.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224925200.0100.0130033.3398.24
HexFCF9FC010112c2162
Octal374371374010145441142
Binary11111100111110011111110001011001011001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9FC; }

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

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

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

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

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

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

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

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