#FDCEFA

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

Shades of Snuff #FDCEFA

Tints of Snuff #FDCEFA

Color information

#FDCEFA (or 0xFDCEFA) is unknown color: approx Snuff. HEX triplet: FD, CE and FA. RGB value is (253,206,250). Sum of RGB (Red+Green+Blue) = 253+206+250=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFA is #023105. Grayscale: #E0E0E0. Windows color (decimal): -143622 or 16436989. OLE color: 16436989.

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

Color convert

RGB253206250-
CMYK00.190.010.01
HSL303.83º92.16%90%-
HSV(B)303.83º18.58%99.22%-
XYZ79.8371.93100.12-
YUV225.07142.07147.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 206 (80.86% from 255) = 29.06%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=35.68%
G=29.06%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320625000.190.010.01303.8392.1690
HexFDCEFA013111305c5a
Octal37531637202311460134132
Binary1111110111001110111110100100111110011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEFA; }

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

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

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

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

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

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

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

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