#FDCFFA

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

Shades of Snuff #FDCFFA

Tints of Snuff #FDCFFA

Color information

#FDCFFA (or 0xFDCFFA) is unknown color: approx Snuff. HEX triplet: FD, CF and FA. RGB value is (253,207,250). Sum of RGB (Red+Green+Blue) = 253+207+250=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFFA is #023005. Grayscale: #E1E1E1. Windows color (decimal): -143366 or 16437245. OLE color: 16437245.

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

Color convert

RGB253207250-
CMYK00.180.010.01
HSL303.91º92%90.2%-
HSV(B)303.91º18.18%99.22%-
XYZ80.0872.41100.2-
YUV225.66141.74147.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 207 (81.25% from 255) = 29.15%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=35.63%
G=29.15%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320725000.180.010.01303.919290.2
HexFDCFFA012111305c5a
Octal37531737202211460134132
Binary1111110111001111111110100100101110011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFFA; }

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

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

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

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

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

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

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

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