#F6CCFB

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

Shades of Snuff #F6CCFB

Tints of Snuff #F6CCFB

Color information

#F6CCFB (or 0xF6CCFB) is unknown color: approx Snuff. HEX triplet: F6, CC and FB. RGB value is (246,204,251). Sum of RGB (Red+Green+Blue) = 246+204+251=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6CCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCFB is #093304. Grayscale: #DDDDDD. Windows color (decimal): -602885 or 16502006. OLE color: 16502006.

HSL color Cylindrical-coordinate representation of color #F6CCFB: hue angle of 293.62º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6CCFB is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246204251-
CMYK0.020.1900.02
HSL293.62º85.45%89.22%-
HSV(B)293.62º18.73%98.43%-
XYZ77.0169.74100.67-
YUV221.92144.41145.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.09%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=35.09%
G=29.10%
B=35.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462042510.020.1900.02293.6285.4589.22
HexF6CCFB213021265559
Octal36631437322302446125131
Binary111101101100110011111011101001101010010011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCFB; }

 p { color: rgb(246,204,251); }

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

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

 a { background-color: rgb(246,204,251); }

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

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

 span { border-color: rgb(246,204,251); }

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