#FDC1FF

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

Shades of Snuff #FDC1FF

Tints of Snuff #FDC1FF

Color information

#FDC1FF (or 0xFDC1FF) is unknown color: approx Snuff. HEX triplet: FD, C1 and FF. RGB value is (253,193,255). Sum of RGB (Red+Green+Blue) = 253+193+255=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 193 (75.78% from 255 or 27.53% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1FF is #023E00. Grayscale: #D9D9D9. Windows color (decimal): -146945 or 16761341. OLE color: 16761341.

HSL color Cylindrical-coordinate representation of color #FDC1FF: hue angle of 298.06º 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 #FDC1FF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253193255-
CMYK0.010.2400
HSL298.06º100%87.84%-
HSV(B)298.06º24.31%100%-
XYZ77.6366.24103.3-
YUV218.01148.88152.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 193 (75.78% from 255) = 27.53%
BLUE value IS 255 (100% from 255) = 36.38%
R=36.09%
G=27.53%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531932550.010.2400298.0610087.84
HexFDC1FF1180012a6458
Octal37530137713000452144130
Binary1111110111000001111111111110000010010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1FF; }

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

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

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

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

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

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

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

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