#FAB2C2

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

Shades of Cupid #FAB2C2

Tints of Cupid #FAB2C2

Color information

#FAB2C2 (or 0xFAB2C2) is unknown color: approx Cupid. HEX triplet: FA, B2 and C2. RGB value is (250,178,194). Sum of RGB (Red+Green+Blue) = 250+178+194=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2C2 is #054D3D. Grayscale: #C9C9C9. Windows color (decimal): -347454 or 12759802. OLE color: 12759802.

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

Color convert

RGB250178194-
CMYK00.290.220.02
HSL346.67º87.8%83.92%-
HSV(B)346.67º28.8%98.04%-
XYZ65.0856.0658.43-
YUV201.35123.85162.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=40.19%
G=28.62%
B=31.19%

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
Decimal25017819400.290.220.02346.6787.883.92
HexFAB2C201D16215b5854
Octal372262302035262533130124
Binary111110101011001011000010011101101101010101101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2C2; }

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

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

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

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

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

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

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

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