#F1AEBF

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

Shades of Cupid #F1AEBF

Tints of Cupid #F1AEBF

Color information

#F1AEBF (or 0xF1AEBF) is unknown color: approx Cupid. HEX triplet: F1, AE and BF. RGB value is (241,174,191). Sum of RGB (Red+Green+Blue) = 241+174+191=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEBF is #0E5140. Grayscale: #C3C3C3. Windows color (decimal): -938305 or 12562161. OLE color: 12562161.

HSL color Cylindrical-coordinate representation of color #F1AEBF: hue angle of 344.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AEBF is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241174191-
CMYK00.280.210.05
HSL344.78º70.53%81.37%-
HSV(B)344.78º27.8%94.51%-
XYZ60.8252.7356.26-
YUV195.97125.2160.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 191 (75% from 255) = 31.52%
R=39.77%
G=28.71%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117419100.280.210.05344.7870.5381.37
HexF1AEBF01C1551594751
Octal361256277034255531107121
Binary1111000110101110101111110111001010110110101100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEBF; }

 p { color: rgb(241,174,191); }

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

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

 a { background-color: rgb(241,174,191); }

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

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

 span { border-color: rgb(241,174,191); }

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