#F0AFED

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

Shades of Lavender Rose #F0AFED

Tints of Lavender Rose #F0AFED

Color information

#F0AFED (or 0xF0AFED) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and ED. RGB value is (240,175,237). Sum of RGB (Red+Green+Blue) = 240+175+237=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFED is #0F5012. Grayscale: #C9C9C9. Windows color (decimal): -1003539 or 15577072. OLE color: 15577072.

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

Color convert

RGB240175237-
CMYK00.270.010.06
HSL302.77º68.42%81.37%-
HSV(B)302.77º27.08%94.12%-
XYZ66.5555.387.29-
YUV201.5148.03155.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=36.81%
G=26.84%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017523700.270.010.06302.7768.4281.37
HexF0AFED01B1612f4451
Octal36025735503316457104121
Binary111100001010111111101101011011111010010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFED; }

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

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

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

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

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

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

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

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