#FDECFC

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

Shades of Selago #FDECFC

Tints of Selago #FDECFC

Color information

#FDECFC (or 0xFDECFC) is unknown color: approx Selago. HEX triplet: FD, EC and FC. RGB value is (253,236,252). Sum of RGB (Red+Green+Blue) = 253+236+252=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 236 (92.58% from 255 or 31.85% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECFC is #021303. Grayscale: #F2F2F2. Windows color (decimal): -135940 or 16575741. OLE color: 16575741.

HSL color Cylindrical-coordinate representation of color #FDECFC: hue angle of 303.53º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECFC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB253236252-
CMYK00.070.000.01
HSL303.53º80.95%95.88%-
HSV(B)303.53º6.72%99.22%-
XYZ88.0787.9104.42-
YUV242.91133.13135.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.14%
GREEN value IS 236 (92.58% from 255) = 31.85%
BLUE value IS 252 (98.83% from 255) = 34.01%
R=34.14%
G=31.85%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323625200.070.000.01303.5380.9595.88
HexFDECFC07011305160
Octal3753543740701460121140
Binary11111101111011001111110001110110011000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECFC; }

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

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

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

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

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

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

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

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