#F7CCFB

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

Shades of Snuff #F7CCFB

Tints of Snuff #F7CCFB

Color information

#F7CCFB (or 0xF7CCFB) is unknown color: approx Snuff. HEX triplet: F7, CC and FB. RGB value is (247,204,251). Sum of RGB (Red+Green+Blue) = 247+204+251=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7CCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCFB is #083304. Grayscale: #DEDEDE. Windows color (decimal): -537349 or 16502007. OLE color: 16502007.

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

Color convert

RGB247204251-
CMYK0.020.1900.02
HSL294.89º85.45%89.22%-
HSV(B)294.89º18.73%98.43%-
XYZ77.3669.92100.69-
YUV222.22144.25145.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 204 (80.08% from 255) = 29.06%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=35.19%
G=29.06%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472042510.020.1900.02294.8985.4589.22
HexF7CCFB213021275559
Octal36731437322302447125131
Binary111101111100110011111011101001101010010011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCFB; }

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

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

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

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

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

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

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

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