#FBCCFC

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

Shades of Snuff #FBCCFC

Tints of Snuff #FBCCFC

Color information

#FBCCFC (or 0xFBCCFC) is unknown color: approx Snuff. HEX triplet: FB, CC and FC. RGB value is (251,204,252). Sum of RGB (Red+Green+Blue) = 251+204+252=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFC is #043303. Grayscale: #DFDFDF. Windows color (decimal): -275204 or 16567547. OLE color: 16567547.

HSL color Cylindrical-coordinate representation of color #FBCCFC: hue angle of 298.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCFC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251204252-
CMYK0.000.1900.01
HSL298.75º88.89%89.41%-
HSV(B)298.75º19.05%98.82%-
XYZ78.9570.72101.59-
YUV223.52144.07147.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 204 (80.08% from 255) = 28.85%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=35.50%
G=28.85%
B=35.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512042520.000.1900.01298.7588.8989.41
HexFBCCFC0130112b5959
Octal37331437402301453131131
Binary1111101111001100111111000100110110010101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCFC; }

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

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

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

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

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

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

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

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