#FDC4FF

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

Shades of Snuff #FDC4FF

Tints of Snuff #FDC4FF

Color information

#FDC4FF (or 0xFDC4FF) is unknown color: approx Snuff. HEX triplet: FD, C4 and FF. RGB value is (253,196,255). Sum of RGB (Red+Green+Blue) = 253+196+255=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 196 (76.95% from 255 or 27.84% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FF is #023B00. Grayscale: #DBDBDB. Windows color (decimal): -146177 or 16762109. OLE color: 16762109.

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

Color convert

RGB253196255-
CMYK0.010.2300
HSL297.97º100%88.43%-
HSV(B)297.97º23.14%100%-
XYZ78.367.58103.53-
YUV219.77147.88151.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 196 (76.95% from 255) = 27.84%
BLUE value IS 255 (100% from 255) = 36.22%
R=35.94%
G=27.84%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531962550.010.2300297.9710088.43
HexFDC4FF1170012a6458
Octal37530437712700452144130
Binary1111110111000100111111111101110010010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4FF; }

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

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

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

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

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

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

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

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