#F0AFDC

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

Shades of Lavender Rose #F0AFDC

Tints of Lavender Rose #F0AFDC

Color information

#F0AFDC (or 0xF0AFDC) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and DC. RGB value is (240,175,220). Sum of RGB (Red+Green+Blue) = 240+175+220=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDC is #0F5023. Grayscale: #C7C7C7. Windows color (decimal): -1003556 or 14462960. OLE color: 14462960.

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

Color convert

RGB240175220-
CMYK00.270.080.06
HSL318.46º68.42%81.37%-
HSV(B)318.46º27.08%94.12%-
XYZ64.1854.3574.82-
YUV199.56139.53156.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=37.80%
G=27.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017522000.270.080.06318.4668.4281.37
HexF0AFDC01B8613e4451
Octal360257334033106476104121
Binary111100001010111111011100011011100011010011111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFDC; }

 p { color: rgb(240,175,220); }

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

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

 a { background-color: rgb(240,175,220); }

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

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

 span { border-color: rgb(240,175,220); }

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