#F5AFCE

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

Shades of Lavender Pink #F5AFCE

Tints of Lavender Pink #F5AFCE

Color information

#F5AFCE (or 0xF5AFCE) is unknown color: approx Lavender Pink. HEX triplet: F5, AF and CE. RGB value is (245,175,206). Sum of RGB (Red+Green+Blue) = 245+175+206=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFCE is #0A5031. Grayscale: #C7C7C7. Windows color (decimal): -675890 or 13545461. OLE color: 13545461.

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

Color convert

RGB245175206-
CMYK00.290.160.04
HSL333.43º77.78%82.35%-
HSV(B)333.43º28.57%96.08%-
XYZ64.1354.5365.54-
YUV199.46131.69160.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=39.14%
G=27.96%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517520600.290.160.04333.4377.7882.35
HexF5AFCE01D10414d4e52
Octal365257316035204515116122
Binary1111010110101111110011100111011000010010100110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFCE; }

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

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

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

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

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

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

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

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