#F5AFEB

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

Shades of Lavender Rose #F5AFEB

Tints of Lavender Rose #F5AFEB

Color information

#F5AFEB (or 0xF5AFEB) is unknown color: approx Lavender Rose. HEX triplet: F5, AF and EB. RGB value is (245,175,235). Sum of RGB (Red+Green+Blue) = 245+175+235=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFEB is #0A5014. Grayscale: #CACACA. Windows color (decimal): -675861 or 15446005. OLE color: 15446005.

HSL color Cylindrical-coordinate representation of color #F5AFEB: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFEB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245175235-
CMYK00.290.040.04
HSL308.57º77.78%82.35%-
HSV(B)308.57º28.57%96.08%-
XYZ67.9856.0785.84-
YUV202.77146.19158.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=37.40%
G=26.72%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517523500.290.040.04308.5777.7882.35
HexF5AFEB01D441354e52
Octal36525735303544465116122
Binary11110101101011111110101101110110010010011010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFEB; }

 p { color: rgb(245,175,235); }

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

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

 a { background-color: rgb(245,175,235); }

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

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

 span { border-color: rgb(245,175,235); }

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