#FAB9CD

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

Shades of Cupid #FAB9CD

Tints of Cupid #FAB9CD

Color information

#FAB9CD (or 0xFAB9CD) is unknown color: approx Cupid. HEX triplet: FA, B9 and CD. RGB value is (250,185,205). Sum of RGB (Red+Green+Blue) = 250+185+205=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CD is #054632. Grayscale: #CECECE. Windows color (decimal): -345651 or 13482490. OLE color: 13482490.

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

Color convert

RGB250185205-
CMYK00.260.180.02
HSL341.54º86.67%85.29%-
HSV(B)341.54º26%98.04%-
XYZ67.7959.4365.66-
YUV206.72127.03158.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=39.06%
G=28.91%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018520500.260.180.02341.5486.6785.29
HexFAB9CD01A1221565755
Octal372271315032222526127125
Binary111110101011100111001101011010100101010101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9CD; }

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

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

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

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

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

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

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

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