#F5A8CB

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

Shades of Lavender Pink #F5A8CB

Tints of Lavender Pink #F5A8CB

Color information

#F5A8CB (or 0xF5A8CB) is unknown color: approx Lavender Pink. HEX triplet: F5, A8 and CB. RGB value is (245,168,203). Sum of RGB (Red+Green+Blue) = 245+168+203=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8CB is #0A5734. Grayscale: #C2C2C2. Windows color (decimal): -677685 or 13347061. OLE color: 13347061.

HSL color Cylindrical-coordinate representation of color #F5A8CB: hue angle of 332.73º 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 #F5A8CB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245168203-
CMYK00.310.170.04
HSL332.73º79.38%80.98%-
HSV(B)332.73º31.43%96.08%-
XYZ62.4451.7363.19-
YUV195.01132.51163.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 168 (66.02% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=39.77%
G=27.27%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516820300.310.170.04332.7379.3880.98
HexF5A8CB01F11414d4f51
Octal365250313037214515117121
Binary1111010110101000110010110111111000110010100110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8CB; }

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

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

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

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

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

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

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

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