#F5A7CF

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

Shades of Lavender Pink #F5A7CF

Tints of Lavender Pink #F5A7CF

Color information

#F5A7CF (or 0xF5A7CF) is unknown color: approx Lavender Pink. HEX triplet: F5, A7 and CF. RGB value is (245,167,207). Sum of RGB (Red+Green+Blue) = 245+167+207=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A7CF is #0A5830. Grayscale: #C2C2C2. Windows color (decimal): -677937 or 13608949. OLE color: 13608949.

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

Color convert

RGB245167207-
CMYK00.320.160.04
HSL329.23º79.59%80.78%-
HSV(B)329.23º31.84%96.08%-
XYZ62.7451.5565.68-
YUV194.88134.84163.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=39.58%
G=26.98%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516720700.320.160.04329.2379.5980.78
HexF5A7CF0201041495051
Octal365247317040204511120121
Binary11110101101001111100111101000001000010010100100110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A7CF; }

 p { color: rgb(245,167,207); }

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

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

 a { background-color: rgb(245,167,207); }

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

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

 span { border-color: rgb(245,167,207); }

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