#F7CFFB

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

Shades of Snuff #F7CFFB

Tints of Snuff #F7CFFB

Color information

#F7CFFB (or 0xF7CFFB) is unknown color: approx Snuff. HEX triplet: F7, CF and FB. RGB value is (247,207,251). Sum of RGB (Red+Green+Blue) = 247+207+251=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 207 (81.25% from 255 or 29.36% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFFB is #083004. Grayscale: #DFDFDF. Windows color (decimal): -536581 or 16502775. OLE color: 16502775.

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

Color convert

RGB247207251-
CMYK0.020.1800.02
HSL294.55º84.62%89.8%-
HSV(B)294.55º17.53%98.43%-
XYZ78.0871.36100.93-
YUV223.98143.25144.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.04%
GREEN value IS 207 (81.25% from 255) = 29.36%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=35.04%
G=29.36%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472072510.020.1800.02294.5584.6289.8
HexF7CFFB21202127555a
Octal36731737322202447125132
Binary111101111100111111111011101001001010010011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFFB; }

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

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

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

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

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

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

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

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