#F0ACDA

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

Shades of Lavender Rose #F0ACDA

Tints of Lavender Rose #F0ACDA

Color information

#F0ACDA (or 0xF0ACDA) is unknown color: approx Lavender Rose. HEX triplet: F0, AC and DA. RGB value is (240,172,218). Sum of RGB (Red+Green+Blue) = 240+172+218=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACDA is #0F5325. Grayscale: #C5C5C5. Windows color (decimal): -1004326 or 14331120. OLE color: 14331120.

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

Color convert

RGB240172218-
CMYK00.280.090.06
HSL319.41º69.39%80.78%-
HSV(B)319.41º28.33%94.12%-
XYZ63.3453.0973.24-
YUV197.58139.53158.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=38.10%
G=27.30%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017221800.280.090.06319.4169.3980.78
HexF0ACDA01C9613f4551
Octal360254332034116477105121
Binary111100001010110011011010011100100111010011111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACDA; }

 p { color: rgb(240,172,218); }

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

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

 a { background-color: rgb(240,172,218); }

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

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

 span { border-color: rgb(240,172,218); }

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