#F7CFFA

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

Shades of Snuff #F7CFFA

Tints of Snuff #F7CFFA

Color information

#F7CFFA (or 0xF7CFFA) is unknown color: approx Snuff. HEX triplet: F7, CF and FA. RGB value is (247,207,250). Sum of RGB (Red+Green+Blue) = 247+207+250=704 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.09% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFFA is #083005. Grayscale: #DFDFDF. Windows color (decimal): -536582 or 16437239. OLE color: 16437239.

HSL color Cylindrical-coordinate representation of color #F7CFFA: hue angle of 295.81º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CFFA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247207250-
CMYK0.010.1700.02
HSL295.81º81.13%89.61%-
HSV(B)295.81º17.2%98.04%-
XYZ77.9371.3100.1-
YUV223.86142.75144.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.09%
GREEN value IS 207 (81.25% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=35.09%
G=29.40%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472072500.010.1700.02295.8181.1389.61
HexF7CFFA11102128515a
Octal36731737212102450121132
Binary11110111110011111111101011000101010010100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFFA; }

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

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

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

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

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

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

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

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