#F6AEBD

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

Shades of Cupid #F6AEBD

Tints of Cupid #F6AEBD

Color information

#F6AEBD (or 0xF6AEBD) is unknown color: approx Cupid. HEX triplet: F6, AE and BD. RGB value is (246,174,189). Sum of RGB (Red+Green+Blue) = 246+174+189=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AEBD is #095142. Grayscale: #C5C5C5. Windows color (decimal): -610627 or 12431094. OLE color: 12431094.

HSL color Cylindrical-coordinate representation of color #F6AEBD: hue angle of 347.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AEBD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246174189-
CMYK00.290.230.04
HSL347.5º80%82.35%-
HSV(B)347.5º29.27%96.47%-
XYZ62.3353.5455.19-
YUV197.24123.35162.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=40.39%
G=28.57%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617418900.290.230.04347.58082.35
HexF6AEBD01D17415c5052
Octal366256275035274534120122
Binary1111011010101110101111010111011011110010101110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEBD; }

 p { color: rgb(246,174,189); }

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

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

 a { background-color: rgb(246,174,189); }

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

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

 span { border-color: rgb(246,174,189); }

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