#F5AEDB

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

Shades of Lavender Pink #F5AEDB

Tints of Lavender Pink #F5AEDB

Color information

#F5AEDB (or 0xF5AEDB) is unknown color: approx Lavender Pink. HEX triplet: F5, AE and DB. RGB value is (245,174,219). Sum of RGB (Red+Green+Blue) = 245+174+219=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEDB is #0A5124. Grayscale: #C8C8C8. Windows color (decimal): -676133 or 14397173. OLE color: 14397173.

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

Color convert

RGB245174219-
CMYK00.290.110.04
HSL321.97º78.02%82.16%-
HSV(B)321.97º28.98%96.08%-
XYZ65.5854.874.14-
YUV200.36138.52159.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=38.40%
G=27.27%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517421900.290.110.04321.9778.0282.16
HexF5AEDB01DB41424e52
Octal365256333035134502116122
Binary111101011010111011011011011101101110010100001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEDB; }

 p { color: rgb(245,174,219); }

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

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

 a { background-color: rgb(245,174,219); }

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

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

 span { border-color: rgb(245,174,219); }

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