#FDCCFA

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

Shades of Snuff #FDCCFA

Tints of Snuff #FDCCFA

Color information

#FDCCFA (or 0xFDCCFA) is unknown color: approx Snuff. HEX triplet: FD, CC and FA. RGB value is (253,204,250). Sum of RGB (Red+Green+Blue) = 253+204+250=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFA is #023305. Grayscale: #DFDFDF. Windows color (decimal): -144134 or 16436477. OLE color: 16436477.

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

Color convert

RGB253204250-
CMYK00.190.010.01
HSL303.67º92.45%89.61%-
HSV(B)303.67º19.37%99.22%-
XYZ79.3670.9799.96-
YUV223.9142.73148.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 204 (80.08% from 255) = 28.85%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=35.79%
G=28.85%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320425000.190.010.01303.6792.4589.61
HexFDCCFA013111305c5a
Octal37531437202311460134132
Binary1111110111001100111110100100111110011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCFA; }

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

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

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

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

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

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

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

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