#FAB2C3

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

Shades of Cupid #FAB2C3

Tints of Cupid #FAB2C3

Color information

#FAB2C3 (or 0xFAB2C3) is unknown color: approx Cupid. HEX triplet: FA, B2 and C3. RGB value is (250,178,195). Sum of RGB (Red+Green+Blue) = 250+178+195=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2C3 is #054D3C. Grayscale: #C9C9C9. Windows color (decimal): -347453 or 12825338. OLE color: 12825338.

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

Color convert

RGB250178195-
CMYK00.290.220.02
HSL345.83º87.8%83.92%-
HSV(B)345.83º28.8%98.04%-
XYZ65.256.159.02-
YUV201.47124.35162.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=40.13%
G=28.57%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017819500.290.220.02345.8387.883.92
HexFAB2C301D16215a5854
Octal372262303035262532130124
Binary111110101011001011000011011101101101010101101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2C3; }

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

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

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

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

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

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

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

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