#F6CAFD

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

Shades of Snuff #F6CAFD

Tints of Snuff #F6CAFD

Color information

#F6CAFD (or 0xF6CAFD) is unknown color: approx Snuff. HEX triplet: F6, CA and FD. RGB value is (246,202,253). Sum of RGB (Red+Green+Blue) = 246+202+253=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFD is #093502. Grayscale: #DCDCDC. Windows color (decimal): -603395 or 16632566. OLE color: 16632566.

HSL color Cylindrical-coordinate representation of color #F6CAFD: hue angle of 291.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6CAFD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246202253-
CMYK0.030.2000.01
HSL291.76º92.73%89.22%-
HSV(B)291.76º20.16%99.22%-
XYZ76.8668.93102.18-
YUV220.97146.08145.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.09%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=35.09%
G=28.82%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462022530.030.2000.01291.7692.7389.22
HexF6CAFD314011245d59
Octal36631237532401444135131
Binary11110110110010101111110111101000110010010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAFD; }

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

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

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

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

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

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

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

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