#FDC3FE

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

Shades of Snuff #FDC3FE

Tints of Snuff #FDC3FE

Color information

#FDC3FE (or 0xFDC3FE) is unknown color: approx Snuff. HEX triplet: FD, C3 and FE. RGB value is (253,195,254). Sum of RGB (Red+Green+Blue) = 253+195+254=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 195 (76.56% from 255 or 27.78% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FE is #023C01. Grayscale: #DADADA. Windows color (decimal): -146434 or 16696317. OLE color: 16696317.

HSL color Cylindrical-coordinate representation of color #FDC3FE: hue angle of 298.98º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3FE is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253195254-
CMYK0.000.2300.00
HSL298.98º96.72%88.04%-
HSV(B)298.98º23.23%99.61%-
XYZ77.9167.07102.61-
YUV219.07147.72152.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 195 (76.56% from 255) = 27.78%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=36.04%
G=27.78%
B=36.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531952540.000.2300.00298.9896.7288.04
HexFDC3FE0170012b6158
Octal37530337602700453141130
Binary1111110111000011111111100101110010010101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3FE; }

 p { color: rgb(253,195,254); }

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

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

 a { background-color: rgb(253,195,254); }

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

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

 span { border-color: rgb(253,195,254); }

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