#F0ADCD

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

Shades of Lavender Pink #F0ADCD

Tints of Lavender Pink #F0ADCD

Color information

#F0ADCD (or 0xF0ADCD) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and CD. RGB value is (240,173,205). Sum of RGB (Red+Green+Blue) = 240+173+205=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCD is #0F5232. Grayscale: #C4C4C4. Windows color (decimal): -1004083 or 13479408. OLE color: 13479408.

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

Color convert

RGB240173205-
CMYK00.280.150.06
HSL331.34º69.07%80.98%-
HSV(B)331.34º27.92%94.12%-
XYZ61.952.8264.69-
YUV196.68132.7158.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=38.83%
G=27.99%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017320500.280.150.06331.3469.0780.98
HexF0ADCD01CF614b4551
Octal360255315034176513105121
Binary111100001010110111001101011100111111010100101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADCD; }

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

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

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

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

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

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

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

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