#FBACC2

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

Shades of Cupid #FBACC2

Tints of Cupid #FBACC2

Color information

#FBACC2 (or 0xFBACC2) is unknown color: approx Cupid. HEX triplet: FB, AC and C2. RGB value is (251,172,194). Sum of RGB (Red+Green+Blue) = 251+172+194=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACC2 is #04533D. Grayscale: #C6C6C6. Windows color (decimal): -283454 or 12758267. OLE color: 12758267.

HSL color Cylindrical-coordinate representation of color #FBACC2: hue angle of 343.29º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251172194-
CMYK00.310.230.02
HSL343.29º90.8%82.94%-
HSV(B)343.29º31.47%98.43%-
XYZ64.2753.9158.06-
YUV198.13125.67165.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=40.68%
G=27.88%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117219400.310.230.02343.2990.882.94
HexFBACC201F1721575b53
Octal373254302037272527133123
Binary111110111010110011000010011111101111010101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACC2; }

 p { color: rgb(251,172,194); }

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

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

 a { background-color: rgb(251,172,194); }

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

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

 span { border-color: rgb(251,172,194); }

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