#F0ADCA

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

Shades of Lavender Pink #F0ADCA

Tints of Lavender Pink #F0ADCA

Color information

#F0ADCA (or 0xF0ADCA) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and CA. RGB value is (240,173,202). Sum of RGB (Red+Green+Blue) = 240+173+202=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCA is #0F5235. Grayscale: #C4C4C4. Windows color (decimal): -1004086 or 13282800. OLE color: 13282800.

HSL color Cylindrical-coordinate representation of color #F0ADCA: hue angle of 334.03º 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 #F0ADCA is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240173202-
CMYK00.280.160.06
HSL334.03º69.07%80.98%-
HSV(B)334.03º27.92%94.12%-
XYZ61.5452.6862.8-
YUV196.34131.2159.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=39.02%
G=28.13%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017320200.280.160.06334.0369.0780.98
HexF0ADCA01C10614e4551
Octal360255312034206516105121
Binary1111000010101101110010100111001000011010100111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADCA; }

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

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

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

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

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

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

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

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