#FDC4FD

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

Shades of Snuff #FDC4FD

Tints of Snuff #FDC4FD

Color information

#FDC4FD (or 0xFDC4FD) is unknown color: approx Snuff. HEX triplet: FD, C4 and FD. RGB value is (253,196,253). Sum of RGB (Red+Green+Blue) = 253+196+253=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FD is #023B02. Grayscale: #DBDBDB. Windows color (decimal): -146179 or 16631037. OLE color: 16631037.

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

Color convert

RGB253196253-
CMYK00.2300.01
HSL300º93.44%88.04%-
HSV(B)300º22.53%99.22%-
XYZ77.9867.45101.84-
YUV219.54146.88151.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 196 (76.95% from 255) = 27.92%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=36.04%
G=27.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319625300.2300.0130093.4488.04
HexFDC4FD0170112c5d58
Octal37530437502701454135130
Binary1111110111000100111111010101110110010110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4FD; }

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

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

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

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

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

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

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

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