#FCF5FB

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

Shades of Selago #FCF5FB

Tints of Selago #FCF5FB

Color information

#FCF5FB (or 0xFCF5FB) is unknown color: approx Selago. HEX triplet: FC, F5 and FB. RGB value is (252,245,251). Sum of RGB (Red+Green+Blue) = 252+245+251=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 251 (98.44% from 255 or 33.56% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5FB is #030A04. Grayscale: #F7F7F7. Windows color (decimal): -199173 or 16512508. OLE color: 16512508.

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

Color convert

RGB252245251-
CMYK00.030.000.01
HSL308.57º53.85%97.45%-
HSV(B)308.57º2.78%98.82%-
XYZ90.2192.97104.46-
YUV247.78129.82131.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 245 (96.09% from 255) = 32.75%
BLUE value IS 251 (98.44% from 255) = 33.56%
R=33.69%
G=32.75%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224525100.030.000.01308.5753.8597.45
HexFCF5FB03011353661
Octal374365373030146566141
Binary111111001111010111111011011011001101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5FB; }

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

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

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

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

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

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

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

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