#FBCAF6

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

Shades of Snuff #FBCAF6

Tints of Snuff #FBCAF6

Color information

#FBCAF6 (or 0xFBCAF6) is unknown color: approx Snuff. HEX triplet: FB, CA and F6. RGB value is (251,202,246). Sum of RGB (Red+Green+Blue) = 251+202+246=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAF6 is #043509. Grayscale: #DDDDDD. Windows color (decimal): -275722 or 16173819. OLE color: 16173819.

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

Color convert

RGB251202246-
CMYK00.200.020.02
HSL306.12º85.96%88.82%-
HSV(B)306.12º19.52%98.43%-
XYZ77.5469.496.5-
YUV221.67141.73148.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 28.90%
BLUE value IS 246 (96.48% from 255) = 35.19%
R=35.91%
G=28.90%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120224600.200.020.02306.1285.9688.82
HexFBCAF6014221325659
Octal37331236602422462126131
Binary111110111100101011110110010100101010011001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAF6; }

 p { color: rgb(251,202,246); }

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

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

 a { background-color: rgb(251,202,246); }

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

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

 span { border-color: rgb(251,202,246); }

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