#FAB2CB

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

Shades of Cupid #FAB2CB

Tints of Cupid #FAB2CB

Color information

#FAB2CB (or 0xFAB2CB) is unknown color: approx Cupid. HEX triplet: FA, B2 and CB. RGB value is (250,178,203). Sum of RGB (Red+Green+Blue) = 250+178+203=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2CB is #054D34. Grayscale: #CACACA. Windows color (decimal): -347445 or 13349626. OLE color: 13349626.

HSL color Cylindrical-coordinate representation of color #FAB2CB: hue angle of 339.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB2CB is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250178203-
CMYK00.290.190.02
HSL339.17º87.8%83.92%-
HSV(B)339.17º28.8%98.04%-
XYZ66.1256.4863.92-
YUV202.38128.35161.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 178 (69.92% from 255) = 28.21%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=39.62%
G=28.21%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017820300.290.190.02339.1787.883.92
HexFAB2CB01D1321535854
Octal372262313035232523130124
Binary111110101011001011001011011101100111010101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2CB; }

 p { color: rgb(250,178,203); }

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

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

 a { background-color: rgb(250,178,203); }

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

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

 span { border-color: rgb(250,178,203); }

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