#F7CBFC

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

Shades of Snuff #F7CBFC

Tints of Snuff #F7CBFC

Color information

#F7CBFC (or 0xF7CBFC) is unknown color: approx Snuff. HEX triplet: F7, CB and FC. RGB value is (247,203,252). Sum of RGB (Red+Green+Blue) = 247+203+252=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 203 (79.69% from 255 or 28.92% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBFC is #083403. Grayscale: #DDDDDD. Windows color (decimal): -537604 or 16567287. OLE color: 16567287.

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

Color convert

RGB247203252-
CMYK0.020.1900.01
HSL293.88º89.09%89.22%-
HSV(B)293.88º19.44%98.82%-
XYZ77.2869.51101.44-
YUV221.74145.08146.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 203 (79.69% from 255) = 28.92%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=35.19%
G=28.92%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472032520.020.1900.01293.8889.0989.22
HexF7CBFC213011265959
Octal36731337422301446131131
Binary11110111110010111111110010100110110010011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBFC; }

 p { color: rgb(247,203,252); }

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

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

 a { background-color: rgb(247,203,252); }

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

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

 span { border-color: rgb(247,203,252); }

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