#FBA8C0

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

Shades of Cupid #FBA8C0

Tints of Cupid #FBA8C0

Color information

#FBA8C0 (or 0xFBA8C0) is unknown color: approx Cupid. HEX triplet: FB, A8 and C0. RGB value is (251,168,192). Sum of RGB (Red+Green+Blue) = 251+168+192=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C0 is #04573F. Grayscale: #C3C3C3. Windows color (decimal): -284480 or 12626171. OLE color: 12626171.

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

Color convert

RGB251168192-
CMYK00.330.240.02
HSL342.65º91.21%82.16%-
HSV(B)342.65º33.07%98.43%-
XYZ63.352.3256.63-
YUV195.55126167.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=41.08%
G=27.50%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116819200.330.240.02342.6591.2182.16
HexFBA8C00211821575b52
Octal373250300041302527133122
Binary1111101110101000110000000100001110001010101011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8C0; }

 p { color: rgb(251,168,192); }

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

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

 a { background-color: rgb(251,168,192); }

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

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

 span { border-color: rgb(251,168,192); }

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