#FDCFFE

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

Shades of Snuff #FDCFFE

Tints of Snuff #FDCFFE

Color information

#FDCFFE (or 0xFDCFFE) is unknown color: approx Snuff. HEX triplet: FD, CF and FE. RGB value is (253,207,254). Sum of RGB (Red+Green+Blue) = 253+207+254=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 207 (81.25% from 255 or 28.99% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFFE is #023001. Grayscale: #E1E1E1. Windows color (decimal): -143362 or 16699389. OLE color: 16699389.

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

Color convert

RGB253207254-
CMYK0.000.1900.00
HSL298.72º95.92%90.39%-
HSV(B)298.72º18.5%99.61%-
XYZ80.7172.66103.54-
YUV226.11143.74147.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 207 (81.25% from 255) = 28.99%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=35.43%
G=28.99%
B=35.57%

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
Decimal2532072540.000.1900.00298.7295.9290.39
HexFDCFFE0130012b605a
Octal37531737602300453140132
Binary1111110111001111111111100100110010010101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFFE; }

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

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

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

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

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

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

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

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