#FDC7FA

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

Shades of Snuff #FDC7FA

Tints of Snuff #FDC7FA

Color information

#FDC7FA (or 0xFDC7FA) is unknown color: approx Snuff. HEX triplet: FD, C7 and FA. RGB value is (253,199,250). Sum of RGB (Red+Green+Blue) = 253+199+250=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7FA is #023805. Grayscale: #DCDCDC. Windows color (decimal): -145414 or 16435197. OLE color: 16435197.

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

Color convert

RGB253199250-
CMYK00.210.010.01
HSL303.33º93.1%88.63%-
HSV(B)303.33º21.34%99.22%-
XYZ78.1968.6399.57-
YUV220.96144.39150.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 199 (78.12% from 255) = 28.35%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=36.04%
G=28.35%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319925000.210.010.01303.3393.188.63
HexFDC7FA0151112f5d59
Octal37530737202511457135131
Binary1111110111000111111110100101011110010111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7FA; }

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

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

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

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

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

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

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

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