#F7CEFC

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

Shades of Snuff #F7CEFC

Tints of Snuff #F7CEFC

Color information

#F7CEFC (or 0xF7CEFC) is unknown color: approx Snuff. HEX triplet: F7, CE and FC. RGB value is (247,206,252). Sum of RGB (Red+Green+Blue) = 247+206+252=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEFC is #083103. Grayscale: #DFDFDF. Windows color (decimal): -536836 or 16568055. OLE color: 16568055.

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

Color convert

RGB247206252-
CMYK0.020.1800.01
HSL293.48º88.46%89.8%-
HSV(B)293.48º18.25%98.82%-
XYZ7870.95101.68-
YUV223.5144.08144.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.04%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=35.04%
G=29.22%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472062520.020.1800.01293.4888.4689.8
HexF7CEFC21201125585a
Octal36731637422201445130132
Binary11110111110011101111110010100100110010010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEFC; }

 p { color: rgb(247,206,252); }

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

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

 a { background-color: rgb(247,206,252); }

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

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

 span { border-color: rgb(247,206,252); }

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