#FBCFF7

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

Shades of Snuff #FBCFF7

Tints of Snuff #FBCFF7

Color information

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

HSL color Cylindrical-coordinate representation of color #FBCFF7: hue angle of 305.45º 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 #FBCFF7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251207247-
CMYK00.180.020.02
HSL305.45º84.62%89.8%-
HSV(B)305.45º17.53%98.43%-
XYZ78.8871.8597.71-
YUV224.72140.58146.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120724700.180.020.02305.4584.6289.8
HexFBCFF701222131555a
Octal37331736702222461125132
Binary111110111100111111110111010010101010011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFF7; }

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

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

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

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

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

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

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

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