#FAB8CB

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

Shades of Cupid #FAB8CB

Tints of Cupid #FAB8CB

Color information

#FAB8CB (or 0xFAB8CB) is unknown color: approx Cupid. HEX triplet: FA, B8 and CB. RGB value is (250,184,203). Sum of RGB (Red+Green+Blue) = 250+184+203=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CB is #054734. Grayscale: #CDCDCD. Windows color (decimal): -345909 or 13351162. OLE color: 13351162.

HSL color Cylindrical-coordinate representation of color #FAB8CB: hue angle of 342.73º 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 #FAB8CB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250184203-
CMYK00.260.190.02
HSL342.73º86.84%85.1%-
HSV(B)342.73º26.4%98.04%-
XYZ67.3458.9264.32-
YUV205.9126.37159.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=39.25%
G=28.89%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018420300.260.190.02342.7386.8485.1
HexFAB8CB01A1321575755
Octal372270313032232527127125
Binary111110101011100011001011011010100111010101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8CB; }

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

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

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

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

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

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

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

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