#FCF2FD

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

Shades of Selago #FCF2FD

Tints of Selago #FCF2FD

Color information

#FCF2FD (or 0xFCF2FD) is unknown color: approx Selago. HEX triplet: FC, F2 and FD. RGB value is (252,242,253). Sum of RGB (Red+Green+Blue) = 252+242+253=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FD is #030D02. Grayscale: #F6F6F6. Windows color (decimal): -199939 or 16642812. OLE color: 16642812.

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

Color convert

RGB252242253-
CMYK0.000.0400.01
HSL294.55º73.33%97.06%-
HSV(B)294.55º4.35%99.22%-
XYZ89.6391.29105.83-
YUV246.24131.81132.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 242 (94.92% from 255) = 32.40%
BLUE value IS 253 (99.22% from 255) = 33.87%
R=33.73%
G=32.40%
B=33.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522422530.000.0400.01294.5573.3397.06
HexFCF2FD04011274961
Octal3743623750401447111141
Binary11111100111100101111110101000110010011110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2FD; }

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

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

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

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

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

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

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

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