#FBCCF9

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

Shades of Snuff #FBCCF9

Tints of Snuff #FBCCF9

Color information

#FBCCF9 (or 0xFBCCF9) is unknown color: approx Snuff. HEX triplet: FB, CC and F9. RGB value is (251,204,249). Sum of RGB (Red+Green+Blue) = 251+204+249=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 204 (80.08% from 255 or 28.98% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF9 is #043306. Grayscale: #DFDFDF. Windows color (decimal): -275207 or 16370939. OLE color: 16370939.

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

Color convert

RGB251204249-
CMYK00.190.010.02
HSL302.55º85.45%89.22%-
HSV(B)302.55º18.73%98.43%-
XYZ78.4870.5399.1-
YUV223.18142.57147.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 204 (80.08% from 255) = 28.98%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=35.65%
G=28.98%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120424900.190.010.02302.5585.4589.22
HexFBCCF90131212f5559
Octal37331437102312457125131
Binary11111011110011001111100101001111010010111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCF9; }

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

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

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

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

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

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

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

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