#FDC5FA

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

Shades of Snuff #FDC5FA

Tints of Snuff #FDC5FA

Color information

#FDC5FA (or 0xFDC5FA) is unknown color: approx Snuff. HEX triplet: FD, C5 and FA. RGB value is (253,197,250). Sum of RGB (Red+Green+Blue) = 253+197+250=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 197 (77.34% from 255 or 28.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FA is #023A05. Grayscale: #DBDBDB. Windows color (decimal): -145926 or 16434685. OLE color: 16434685.

HSL color Cylindrical-coordinate representation of color #FDC5FA: hue angle of 303.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5FA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253197250-
CMYK00.220.010.01
HSL303.21º93.33%88.24%-
HSV(B)303.21º22.13%99.22%-
XYZ77.7367.7299.42-
YUV219.79145.05151.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 197 (77.34% from 255) = 28.14%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=36.14%
G=28.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319725000.220.010.01303.2193.3388.24
HexFDC5FA0161112f5d58
Octal37530537202611457135130
Binary1111110111000101111110100101101110010111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5FA; }

 p { color: rgb(253,197,250); }

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

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

 a { background-color: rgb(253,197,250); }

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

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

 span { border-color: rgb(253,197,250); }

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