#F5AFF2

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

Shades of Lavender Rose #F5AFF2

Tints of Lavender Rose #F5AFF2

Color information

#F5AFF2 (or 0xF5AFF2) is unknown color: approx Lavender Rose. HEX triplet: F5, AF and F2. RGB value is (245,175,242). Sum of RGB (Red+Green+Blue) = 245+175+242=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFF2 is #0A500D. Grayscale: #CBCBCB. Windows color (decimal): -675854 or 15904757. OLE color: 15904757.

HSL color Cylindrical-coordinate representation of color #F5AFF2: hue angle of 302.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 #F5AFF2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245175242-
CMYK00.290.010.04
HSL302.57º77.78%82.35%-
HSV(B)302.57º28.57%96.08%-
XYZ69.0156.4891.27-
YUV203.57149.69157.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=37.01%
G=26.44%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517524200.290.010.04302.5777.7882.35
HexF5AFF201D1412f4e52
Octal36525736203514457116122
Binary111101011010111111110010011101110010010111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFF2; }

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

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

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

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

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

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

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

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