#FCF1FC

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

Shades of Selago #FCF1FC

Tints of Selago #FCF1FC

Color information

#FCF1FC (or 0xFCF1FC) is unknown color: approx Selago. HEX triplet: FC, F1 and FC. RGB value is (252,241,252). Sum of RGB (Red+Green+Blue) = 252+241+252=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 241 (94.53% from 255 or 32.35% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FC is #030E03. Grayscale: #F5F5F5. Windows color (decimal): -200196 or 16577020. OLE color: 16577020.

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

Color convert

RGB252241252-
CMYK00.0400.01
HSL300º64.71%96.67%-
HSV(B)300º4.37%98.82%-
XYZ89.1790.63104.89-
YUV245.54131.64132.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 241 (94.53% from 255) = 32.35%
BLUE value IS 252 (98.83% from 255) = 33.83%
R=33.83%
G=32.35%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224125200.0400.0130064.7196.67
HexFCF1FC040112c4161
Octal3743613740401454101141
Binary11111100111100011111110001000110010110010000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1FC; }

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

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

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

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

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

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

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

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