#FBCCF5

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

Shades of Snuff #FBCCF5

Tints of Snuff #FBCCF5

Color information

#FBCCF5 (or 0xFBCCF5) is unknown color: approx Snuff. HEX triplet: FB, CC and F5. RGB value is (251,204,245). Sum of RGB (Red+Green+Blue) = 251+204+245=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF5 is #04330A. Grayscale: #DEDEDE. Windows color (decimal): -275211 or 16108795. OLE color: 16108795.

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

Color convert

RGB251204245-
CMYK00.190.020.02
HSL307.66º85.45%89.22%-
HSV(B)307.66º18.73%98.43%-
XYZ77.8670.2995.85-
YUV222.73140.57148.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 245 (96.09% from 255) = 35%
R=35.86%
G=29.14%
B=35%

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
Decimal25120424500.190.020.02307.6685.4589.22
HexFBCCF5013221345559
Octal37331436502322464125131
Binary111110111100110011110101010011101010011010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCF5; }

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

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

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

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

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

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

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

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