#FBCCF8

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

Shades of Snuff #FBCCF8

Tints of Snuff #FBCCF8

Color information

#FBCCF8 (or 0xFBCCF8) is unknown color: approx Snuff. HEX triplet: FB, CC and F8. RGB value is (251,204,248). Sum of RGB (Red+Green+Blue) = 251+204+248=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 204 (80.08% from 255 or 29.02% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF8 is #043307. Grayscale: #DEDEDE. Windows color (decimal): -275208 or 16305403. OLE color: 16305403.

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

Color convert

RGB251204248-
CMYK00.190.010.02
HSL303.83º85.45%89.22%-
HSV(B)303.83º18.73%98.43%-
XYZ78.3270.4798.28-
YUV223.07142.07147.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 204 (80.08% from 255) = 29.02%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=35.70%
G=29.02%
B=35.28%

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
Decimal25120424800.190.010.02303.8385.4589.22
HexFBCCF8013121305559
Octal37331437002312460125131
Binary11111011110011001111100001001111010011000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCF8; }

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

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

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

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

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

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

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

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