#F5ADDC

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

Shades of Lavender Rose #F5ADDC

Tints of Lavender Rose #F5ADDC

Color information

#F5ADDC (or 0xF5ADDC) is unknown color: approx Lavender Rose. HEX triplet: F5, AD and DC. RGB value is (245,173,220). Sum of RGB (Red+Green+Blue) = 245+173+220=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADDC is #0A5223. Grayscale: #C7C7C7. Windows color (decimal): -676388 or 14462453. OLE color: 14462453.

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

Color convert

RGB245173220-
CMYK00.290.100.04
HSL320.83º78.26%81.96%-
HSV(B)320.83º29.39%96.08%-
XYZ65.5254.4774.77-
YUV199.89139.35160.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=38.40%
G=27.12%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517322000.290.100.04320.8378.2681.96
HexF5ADDC01DA41414e52
Octal365255334035124501116122
Binary111101011010110111011100011101101010010100000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADDC; }

 p { color: rgb(245,173,220); }

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

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

 a { background-color: rgb(245,173,220); }

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

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

 span { border-color: rgb(245,173,220); }

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