#FDCEFD

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

Shades of Snuff #FDCEFD

Tints of Snuff #FDCEFD

Color information

#FDCEFD (or 0xFDCEFD) is unknown color: approx Snuff. HEX triplet: FD, CE and FD. RGB value is (253,206,253). Sum of RGB (Red+Green+Blue) = 253+206+253=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFD is #023102. Grayscale: #E1E1E1. Windows color (decimal): -143619 or 16633597. OLE color: 16633597.

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

Color convert

RGB253206253-
CMYK00.1900.01
HSL300º92.16%90%-
HSV(B)300º18.58%99.22%-
XYZ80.3172.12102.62-
YUV225.41143.57147.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 206 (80.86% from 255) = 28.93%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=35.53%
G=28.93%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320625300.1900.0130092.1690
HexFDCEFD0130112c5c5a
Octal37531637502301454134132
Binary1111110111001110111111010100110110010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEFD; }

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

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

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

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

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

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

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

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