#FAB9C8

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

Shades of Cupid #FAB9C8

Tints of Cupid #FAB9C8

Color information

#FAB9C8 (or 0xFAB9C8) is unknown color: approx Cupid. HEX triplet: FA, B9 and C8. RGB value is (250,185,200). Sum of RGB (Red+Green+Blue) = 250+185+200=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9C8 is #054637. Grayscale: #CECECE. Windows color (decimal): -345656 or 13154810. OLE color: 13154810.

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

Color convert

RGB250185200-
CMYK00.260.20.02
HSL346.15º86.67%85.29%-
HSV(B)346.15º26%98.04%-
XYZ67.259.1962.53-
YUV206.14124.53159.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=39.37%
G=29.13%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018520000.260.20.02346.1586.6785.29
HexFAB9C801A14215a5755
Octal372271310032242532127125
Binary111110101011100111001000011010101001010101101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9C8; }

 p { color: rgb(250,185,200); }

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

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

 a { background-color: rgb(250,185,200); }

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

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

 span { border-color: rgb(250,185,200); }

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