Html Css Color HEX #F5ADD7 Lavender Pink

📋 copy color: '#F5ADD7'

red 245 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #F5ADD7

Tints of Lavender Pink #F5ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.97%

R = 38.7%
G = 27.33%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5ADD7 (or 0xF5ADD7) is known color: Lavender Pink. HEX triplet: F5, AD and D7. RGB value is (245,173,215). Sum of RGB (Red+Green+Blue) = 245+173+215=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD7 is #0A5228. Grayscale: #C7C7C7. Windows color (decimal): -676393 or 14134773. OLE color: 14134773.

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

Color convert

RGB 245 173 215 -
CMYK 0 0.29 0.12 0.04
HSL 325º 0.78% 0.82% -
HSV(B) 325º 0.29% 0.96% -
XYZ 64.87 54.21 71.33 -
YUV 199.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 245 173 215 0 0.29 0.12 0.04 325 0.78 0.82
Hex F5 AD D7 0 1D C 4 145 4E 52
Octal 365 255 327 0 35 14 4 505 116 122
Binary 11110101 10101101 11010111 0 11101 1100 100 101000101 1001110 1010010

Color Harmonies of #F5ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADD7

Black with #F5ADD7

Text Example


Text Example

White with #F5ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADD7; }

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

 H1.HeaderClassName
 {
   color: #F5ADD7;
 }
 .AnyTagClassName
 {
   color: #F5ADD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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