#F6CAFA

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

Shades of Snuff #F6CAFA

Tints of Snuff #F6CAFA

Color information

#F6CAFA (or 0xF6CAFA) is unknown color: approx Snuff. HEX triplet: F6, CA and FA. RGB value is (246,202,250). Sum of RGB (Red+Green+Blue) = 246+202+250=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFA is #093505. Grayscale: #DCDCDC. Windows color (decimal): -603398 or 16435958. OLE color: 16435958.

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

Color convert

RGB246202250-
CMYK0.020.1900.02
HSL295º82.76%88.63%-
HSV(B)295º19.2%98.04%-
XYZ76.3868.7499.68-
YUV220.63144.58146.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.24%
GREEN value IS 202 (79.30% from 255) = 28.94%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=35.24%
G=28.94%
B=35.82%

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
Decimal2462022500.020.1900.0229582.7688.63
HexF6CAFA213021275359
Octal36631237222302447123131
Binary111101101100101011111010101001101010010011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAFA; }

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

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

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

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

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

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

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

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