#F5A4CE

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

Shades of Lavender Pink #F5A4CE

Tints of Lavender Pink #F5A4CE

Color information

#F5A4CE (or 0xF5A4CE) is unknown color: approx Lavender Pink. HEX triplet: F5, A4 and CE. RGB value is (245,164,206). Sum of RGB (Red+Green+Blue) = 245+164+206=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4CE is #0A5B31. Grayscale: #C0C0C0. Windows color (decimal): -678706 or 13542645. OLE color: 13542645.

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

Color convert

RGB245164206-
CMYK00.330.160.04
HSL328.89º80.2%80.2%-
HSV(B)328.89º33.06%96.08%-
XYZ62.0750.4264.85-
YUV193.01135.34165.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=39.84%
G=26.67%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516420600.330.160.04328.8980.280.2
HexF5A4CE0211041495050
Octal365244316041204511120120
Binary11110101101001001100111001000011000010010100100110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4CE; }

 p { color: rgb(245,164,206); }

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

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

 a { background-color: rgb(245,164,206); }

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

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

 span { border-color: rgb(245,164,206); }

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