#FBCCFF

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

Shades of Snuff #FBCCFF

Tints of Snuff #FBCCFF

Color information

#FBCCFF (or 0xFBCCFF) is unknown color: approx Snuff. HEX triplet: FB, CC and FF. RGB value is (251,204,255). Sum of RGB (Red+Green+Blue) = 251+204+255=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFF is #043300. Grayscale: #DFDFDF. Windows color (decimal): -275201 or 16764155. OLE color: 16764155.

HSL color Cylindrical-coordinate representation of color #FBCCFF: hue angle of 295.29º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251204255-
CMYK0.020.200
HSL295.29º100%90%-
HSV(B)295.29º20%100%-
XYZ79.4370.91104.11-
YUV223.87145.57147.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 204 (80.08% from 255) = 28.73%
BLUE value IS 255 (100% from 255) = 35.92%
R=35.35%
G=28.73%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512042550.020.200295.2910090
HexFBCCFF21400127645a
Octal37331437722400447144132
Binary11111011110011001111111110101000010010011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCFF; }

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

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

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

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

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

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

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

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