#F7D1FB

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

Shades of Snuff #F7D1FB

Tints of Snuff #F7D1FB

Color information

#F7D1FB (or 0xF7D1FB) is unknown color: approx Snuff. HEX triplet: F7, D1 and FB. RGB value is (247,209,251). Sum of RGB (Red+Green+Blue) = 247+209+251=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 209 (82.03% from 255 or 29.56% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D1FB is #082E04. Grayscale: #E1E1E1. Windows color (decimal): -536069 or 16503287. OLE color: 16503287.

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

Color convert

RGB247209251-
CMYK0.020.1700.02
HSL294.29º84%90.2%-
HSV(B)294.29º16.73%98.43%-
XYZ78.5772.34101.09-
YUV225.15142.59143.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.94%
GREEN value IS 209 (82.03% from 255) = 29.56%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=34.94%
G=29.56%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472092510.020.1700.02294.298490.2
HexF7D1FB21102126545a
Octal36732137322102446124132
Binary111101111101000111111011101000101010010011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1FB; }

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

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

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

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

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

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

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

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