Html Css Color HEX #F5ADDC Lavender Rose

📋 copy color: '#F5ADDC'

red 245 ◦ green 173 ◦ blue 220

#F5ADDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F5ADDC

Tints of Lavender Rose #F5ADDC

RGB

 RED value IS 245 (96.09% from 255) = 38.4%

 GREEN value IS 173 (67.97% from 255) = 27.12%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 38.4%
G = 27.12%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5ADDC (or 0xF5ADDC) is known color: 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

RGB 245 173 220 -
CMYK 0 0.29 0.10 0.04
HSL 320.83º 0.78% 0.82% -
HSV(B) 320.83º 0.29% 0.96% -
XYZ 65.52 54.47 74.77 -
YUV 199.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 245 173 220 0 0.29 0.10 0.04 320.83 0.78 0.82
Hex F5 AD DC 0 1D A 4 141 4E 52
Octal 365 255 334 0 35 12 4 501 116 122
Binary 11110101 10101101 11011100 0 11101 1010 100 101000001 1001110 1010010

Color Harmonies of #F5ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADDC

Black with #F5ADDC

Text Example


Text Example

White with #F5ADDC

Text Example


Text Example

HTML Codes & Css Web 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>