#FBCCFA

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

Shades of Snuff #FBCCFA

Tints of Snuff #FBCCFA

Color information

#FBCCFA (or 0xFBCCFA) is unknown color: approx Snuff. HEX triplet: FB, CC and FA. RGB value is (251,204,250). Sum of RGB (Red+Green+Blue) = 251+204+250=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFA is #043305. Grayscale: #DFDFDF. Windows color (decimal): -275206 or 16436475. OLE color: 16436475.

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

Color convert

RGB251204250-
CMYK00.190.000.02
HSL301.28º85.45%89.22%-
HSV(B)301.28º18.73%98.43%-
XYZ78.6370.699.92-
YUV223.3143.07147.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=35.60%
G=28.94%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120425000.190.000.02301.2885.4589.22
HexFBCCFA0130212d5559
Octal37331437202302455125131
Binary11111011110011001111101001001101010010110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCFA; }

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

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

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

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

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

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

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

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