#FBCCF7

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

Shades of Snuff #FBCCF7

Tints of Snuff #FBCCF7

Color information

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

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

Color convert

RGB251204247-
CMYK00.190.020.02
HSL305.11º85.45%89.22%-
HSV(B)305.11º18.73%98.43%-
XYZ78.1770.4197.47-
YUV222.96141.57148-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120424700.190.020.02305.1185.4589.22
HexFBCCF7013221315559
Octal37331436702322461125131
Binary111110111100110011110111010011101010011000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCF7; }

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

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

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

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

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

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

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

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