#FAB7C8

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

Shades of Cupid #FAB7C8

Tints of Cupid #FAB7C8

Color information

#FAB7C8 (or 0xFAB7C8) is unknown color: approx Cupid. HEX triplet: FA, B7 and C8. RGB value is (250,183,200). Sum of RGB (Red+Green+Blue) = 250+183+200=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C8 is #054837. Grayscale: #CCCCCC. Windows color (decimal): -346168 or 13154298. OLE color: 13154298.

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

Color convert

RGB250183200-
CMYK00.270.20.02
HSL344.78º87.01%84.9%-
HSV(B)344.78º26.8%98.04%-
XYZ66.7858.3662.39-
YUV204.97125.2160.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=39.49%
G=28.91%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018320000.270.20.02344.7887.0184.9
HexFAB7C801B1421595755
Octal372267310033242531127125
Binary111110101011011111001000011011101001010101100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7C8; }

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

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

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

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

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

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

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

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