#F0ADC3

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

Shades of Cupid #F0ADC3

Tints of Cupid #F0ADC3

Color information

#F0ADC3 (or 0xF0ADC3) is unknown color: approx Cupid. HEX triplet: F0, AD and C3. RGB value is (240,173,195). Sum of RGB (Red+Green+Blue) = 240+173+195=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC3 is #0F523C. Grayscale: #C3C3C3. Windows color (decimal): -1004093 or 12824048. OLE color: 12824048.

HSL color Cylindrical-coordinate representation of color #F0ADC3: hue angle of 340.3º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADC3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB240173195-
CMYK00.280.190.06
HSL340.3º69.07%80.98%-
HSV(B)340.3º27.92%94.12%-
XYZ60.7352.3558.53-
YUV195.54127.7159.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=39.47%
G=28.45%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017319500.280.190.06340.369.0780.98
HexF0ADC301C1361544551
Octal360255303034236524105121
Binary1111000010101101110000110111001001111010101010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADC3; }

 p { color: rgb(240,173,195); }

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

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

 a { background-color: rgb(240,173,195); }

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

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

 span { border-color: rgb(240,173,195); }

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