#FCCFFE

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

Shades of Snuff #FCCFFE

Tints of Snuff #FCCFFE

Color information

#FCCFFE (or 0xFCCFFE) is unknown color: approx Snuff. HEX triplet: FC, CF and FE. RGB value is (252,207,254). Sum of RGB (Red+Green+Blue) = 252+207+254=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 207 (81.25% from 255 or 29.03% 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 #FCCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFE is #033001. Grayscale: #E1E1E1. Windows color (decimal): -208898 or 16699388. OLE color: 16699388.

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

Color convert

RGB252207254-
CMYK0.010.1900.00
HSL297.45º95.92%90.39%-
HSV(B)297.45º18.5%99.61%-
XYZ80.3572.48103.52-
YUV225.81143.91146.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 29.03%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=35.34%
G=29.03%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522072540.010.1900.00297.4595.9290.39
HexFCCFFE11300129605a
Octal37431737612300451140132
Binary1111110011001111111111101100110010010100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFFE; }

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

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

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

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

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

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

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

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