#F7CAFC

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

Shades of Snuff #F7CAFC

Tints of Snuff #F7CAFC

Color information

#F7CAFC (or 0xF7CAFC) is unknown color: approx Snuff. HEX triplet: F7, CA and FC. RGB value is (247,202,252). Sum of RGB (Red+Green+Blue) = 247+202+252=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAFC is #083503. Grayscale: #DCDCDC. Windows color (decimal): -537860 or 16567031. OLE color: 16567031.

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

Color convert

RGB247202252-
CMYK0.020.2000.01
HSL294º89.29%89.02%-
HSV(B)294º19.84%98.82%-
XYZ77.0569.04101.36-
YUV221.16145.41146.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.24%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=35.24%
G=28.82%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472022520.020.2000.0129489.2989.02
HexF7CAFC214011265959
Octal36731237422401446131131
Binary11110111110010101111110010101000110010011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAFC; }

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

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

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

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

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

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

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

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