#F5A8E3

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

Shades of Lavender Rose #F5A8E3

Tints of Lavender Rose #F5A8E3

Color information

#F5A8E3 (or 0xF5A8E3) is unknown color: approx Lavender Rose. HEX triplet: F5, A8 and E3. RGB value is (245,168,227). Sum of RGB (Red+Green+Blue) = 245+168+227=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8E3 is #0A571C. Grayscale: #C5C5C5. Windows color (decimal): -677661 or 14919925. OLE color: 14919925.

HSL color Cylindrical-coordinate representation of color #F5A8E3: hue angle of 314.03º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8E3 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB245168227-
CMYK00.310.070.04
HSL314.03º79.38%80.98%-
HSV(B)314.03º31.43%96.08%-
XYZ65.5252.9679.44-
YUV197.75144.51161.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 168 (66.02% from 255) = 26.25%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=38.28%
G=26.25%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516822700.310.070.04314.0379.3880.98
HexF5A8E301F7413a4f51
Octal36525034303774472117121
Binary11110101101010001110001101111111110010011101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8E3; }

 p { color: rgb(245,168,227); }

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

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

 a { background-color: rgb(245,168,227); }

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

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

 span { border-color: rgb(245,168,227); }

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