#F7CAFB

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

Shades of Snuff #F7CAFB

Tints of Snuff #F7CAFB

Color information

#F7CAFB (or 0xF7CAFB) is unknown color: approx Snuff. HEX triplet: F7, CA and FB. RGB value is (247,202,251). Sum of RGB (Red+Green+Blue) = 247+202+251=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAFB is #083504. Grayscale: #DCDCDC. Windows color (decimal): -537861 or 16501495. OLE color: 16501495.

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

Color convert

RGB247202251-
CMYK0.020.2000.02
HSL295.1º85.96%88.82%-
HSV(B)295.1º19.52%98.43%-
XYZ76.8968.98100.53-
YUV221.04144.91146.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.29%
GREEN value IS 202 (79.30% from 255) = 28.86%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=35.29%
G=28.86%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472022510.020.2000.02295.185.9688.82
HexF7CAFB214021275659
Octal36731237322402447126131
Binary111101111100101011111011101010001010010011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAFB; }

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

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

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

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

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

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

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

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