#FCF5FC

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

Shades of Selago #FCF5FC

Tints of Selago #FCF5FC

Color information

#FCF5FC (or 0xFCF5FC) is unknown color: approx Selago. HEX triplet: FC, F5 and FC. RGB value is (252,245,252). Sum of RGB (Red+Green+Blue) = 252+245+252=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5FC is #030A03. Grayscale: #F7F7F7. Windows color (decimal): -199172 or 16578044. OLE color: 16578044.

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

Color convert

RGB252245252-
CMYK00.0300.01
HSL300º53.85%97.45%-
HSV(B)300º2.78%98.82%-
XYZ90.3793.03105.29-
YUV247.89130.32130.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.64%
GREEN value IS 245 (96.09% from 255) = 32.71%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=33.64%
G=32.71%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224525200.0300.0130053.8597.45
HexFCF5FC030112c3661
Octal374365374030145466141
Binary111111001111010111111100011011001011001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5FC; }

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

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

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

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

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

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

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

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