#FCF2FB

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

Shades of Selago #FCF2FB

Tints of Selago #FCF2FB

Color information

#FCF2FB (or 0xFCF2FB) is unknown color: approx Selago. HEX triplet: FC, F2 and FB. RGB value is (252,242,251). Sum of RGB (Red+Green+Blue) = 252+242+251=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FB is #030D04. Grayscale: #F5F5F5. Windows color (decimal): -199941 or 16511740. OLE color: 16511740.

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

Color convert

RGB252242251-
CMYK00.040.000.01
HSL306º62.5%96.86%-
HSV(B)306º3.97%98.82%-
XYZ89.3191.16104.16-
YUV246.02130.81132.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 242 (94.92% from 255) = 32.48%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=33.83%
G=32.48%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224225100.040.000.0130662.596.86
HexFCF2FB04011323e61
Octal374362373040146276141
Binary1111110011110010111110110100011001100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2FB; }

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

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

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

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

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

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

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

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