#FDCEFF

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

Shades of Snuff #FDCEFF

Tints of Snuff #FDCEFF

Color information

#FDCEFF (or 0xFDCEFF) is unknown color: approx Snuff. HEX triplet: FD, CE and FF. RGB value is (253,206,255). Sum of RGB (Red+Green+Blue) = 253+206+255=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 206 (80.86% from 255 or 28.85% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFF is #023100. Grayscale: #E1E1E1. Windows color (decimal): -143617 or 16764669. OLE color: 16764669.

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

Color convert

RGB253206255-
CMYK0.010.1900
HSL297.55º100%90.39%-
HSV(B)297.55º19.22%100%-
XYZ80.6372.25104.3-
YUV225.64144.57147.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 206 (80.86% from 255) = 28.85%
BLUE value IS 255 (100% from 255) = 35.71%
R=35.43%
G=28.85%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532062550.010.1900297.5510090.39
HexFDCEFF1130012a645a
Octal37531637712300452144132
Binary1111110111001110111111111100110010010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEFF; }

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

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

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

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

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

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

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

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