#FDCEFE

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

Shades of Snuff #FDCEFE

Tints of Snuff #FDCEFE

Color information

#FDCEFE (or 0xFDCEFE) is unknown color: approx Snuff. HEX triplet: FD, CE and FE. RGB value is (253,206,254). Sum of RGB (Red+Green+Blue) = 253+206+254=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 206 (80.86% from 255 or 28.89% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFE is #023101. Grayscale: #E1E1E1. Windows color (decimal): -143618 or 16699133. OLE color: 16699133.

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

Color convert

RGB253206254-
CMYK0.000.1900.00
HSL298.75º96%90.2%-
HSV(B)298.75º18.9%99.61%-
XYZ80.4772.18103.46-
YUV225.52144.07147.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=35.48%
G=28.89%
B=35.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532062540.000.1900.00298.759690.2
HexFDCEFE0130012b605a
Octal37531637602300453140132
Binary1111110111001110111111100100110010010101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEFE; }

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

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

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

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

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

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

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

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