#F7CAFA

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

Shades of Snuff #F7CAFA

Tints of Snuff #F7CAFA

Color information

#F7CAFA (or 0xF7CAFA) is unknown color: approx Snuff. HEX triplet: F7, CA and FA. RGB value is (247,202,250). Sum of RGB (Red+Green+Blue) = 247+202+250=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 202 (79.30% from 255 or 28.90% 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 #F7CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAFA is #083505. Grayscale: #DCDCDC. Windows color (decimal): -537862 or 16435959. OLE color: 16435959.

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

Color convert

RGB247202250-
CMYK0.010.1900.02
HSL296.25º82.76%88.63%-
HSV(B)296.25º19.2%98.04%-
XYZ76.7368.9299.7-
YUV220.93144.41146.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.34%
GREEN value IS 202 (79.30% from 255) = 28.90%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=35.34%
G=28.90%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472022500.010.1900.02296.2582.7688.63
HexF7CAFA113021285359
Octal36731237212302450123131
Binary11110111110010101111101011001101010010100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAFA; }

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

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

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

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

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

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

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

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