#F7BDFA

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

Shades of Snuff #F7BDFA

Tints of Snuff #F7BDFA

Color information

#F7BDFA (or 0xF7BDFA) is unknown color: approx Snuff. HEX triplet: F7, BD and FA. RGB value is (247,189,250). Sum of RGB (Red+Green+Blue) = 247+189+250=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDFA is #084205. Grayscale: #D5D5D5. Windows color (decimal): -541190 or 16432631. OLE color: 16432631.

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

Color convert

RGB247189250-
CMYK0.010.2400.02
HSL297.05º85.92%86.08%-
HSV(B)297.05º24.4%98.04%-
XYZ73.8163.0798.73-
YUV213.3148.72152.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=36.01%
G=27.55%
B=36.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471892500.010.2400.02297.0585.9286.08
HexF7BDFA118021295656
Octal36727537213002451126126
Binary11110111101111011111101011100001010010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDFA; }

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

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

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

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

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

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

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

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