#F2AFED

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

Shades of Lavender Rose #F2AFED

Tints of Lavender Rose #F2AFED

Color information

#F2AFED (or 0xF2AFED) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and ED. RGB value is (242,175,237). Sum of RGB (Red+Green+Blue) = 242+175+237=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFED is #0D5012. Grayscale: #C9C9C9. Windows color (decimal): -872467 or 15577074. OLE color: 15577074.

HSL color Cylindrical-coordinate representation of color #F2AFED: hue angle of 304.48º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFED is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242175237-
CMYK00.280.020.05
HSL304.48º72.04%81.76%-
HSV(B)304.48º27.69%94.9%-
XYZ67.2355.6587.32-
YUV202.1147.7156.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=37.00%
G=26.76%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217523700.280.020.05304.4872.0481.76
HexF2AFED01C251304852
Octal36225735503425460110122
Binary1111001010101111111011010111001010110011000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFED; }

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

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

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

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

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

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

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

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