#F7CCFA

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

Shades of Snuff #F7CCFA

Tints of Snuff #F7CCFA

Color information

#F7CCFA (or 0xF7CCFA) is unknown color: approx Snuff. HEX triplet: F7, CC and FA. RGB value is (247,204,250). Sum of RGB (Red+Green+Blue) = 247+204+250=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCFA is #083305. Grayscale: #DDDDDD. Windows color (decimal): -537350 or 16436471. OLE color: 16436471.

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

Color convert

RGB247204250-
CMYK0.010.1800.02
HSL296.09º82.14%89.02%-
HSV(B)296.09º18.4%98.04%-
XYZ77.2169.8699.86-
YUV222.1143.75145.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.24%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.24%
G=29.10%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472042500.010.1800.02296.0982.1489.02
HexF7CCFA112021285259
Octal36731437212202450122131
Binary11110111110011001111101011001001010010100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCFA; }

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

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

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

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

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

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

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

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