#F6CBFA

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

Shades of Snuff #F6CBFA

Tints of Snuff #F6CBFA

Color information

#F6CBFA (or 0xF6CBFA) is unknown color: approx Snuff. HEX triplet: F6, CB and FA. RGB value is (246,203,250). Sum of RGB (Red+Green+Blue) = 246+203+250=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBFA is #093405. Grayscale: #DDDDDD. Windows color (decimal): -603142 or 16436214. OLE color: 16436214.

HSL color Cylindrical-coordinate representation of color #F6CBFA: hue angle of 294.89º degrees, saturation: 0.82, 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 #F6CBFA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246203250-
CMYK0.020.1900.02
HSL294.89º82.46%88.82%-
HSV(B)294.89º18.8%98.04%-
XYZ76.6269.2199.76-
YUV221.21144.25145.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.19%
GREEN value IS 203 (79.69% from 255) = 29.04%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=35.19%
G=29.04%
B=35.77%

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
Decimal2462032500.020.1900.02294.8982.4688.82
HexF6CBFA213021275259
Octal36631337222302447122131
Binary111101101100101111111010101001101010010011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBFA; }

 p { color: rgb(246,203,250); }

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

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

 a { background-color: rgb(246,203,250); }

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

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

 span { border-color: rgb(246,203,250); }

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