#FDC2FF

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

Shades of Snuff #FDC2FF

Tints of Snuff #FDC2FF

Color information

#FDC2FF (or 0xFDC2FF) is unknown color: approx Snuff. HEX triplet: FD, C2 and FF. RGB value is (253,194,255). Sum of RGB (Red+Green+Blue) = 253+194+255=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 194 (76.17% from 255 or 27.64% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2FF is #023D00. Grayscale: #DADADA. Windows color (decimal): -146689 or 16761597. OLE color: 16761597.

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

Color convert

RGB253194255-
CMYK0.010.2400
HSL298.03º100%88.04%-
HSV(B)298.03º23.92%100%-
XYZ77.8566.69103.38-
YUV218.59148.55152.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 194 (76.17% from 255) = 27.64%
BLUE value IS 255 (100% from 255) = 36.32%
R=36.04%
G=27.64%
B=36.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531942550.010.2400298.0310088.04
HexFDC2FF1180012a6458
Octal37530237713000452144130
Binary1111110111000010111111111110000010010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2FF; }

 p { color: rgb(253,194,255); }

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

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

 a { background-color: rgb(253,194,255); }

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

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

 span { border-color: rgb(253,194,255); }

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