Html Css Color HEX #F4ADD5 Lavender Pink

📋 copy color: '#F4ADD5'

red 244 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #F4ADD5

Tints of Lavender Pink #F4ADD5

RGB

 RED value IS 244 (95.7% from 255) = 38.73%

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

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 38.73%
G = 27.46%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4ADD5 (or 0xF4ADD5) is known color: Lavender Pink. HEX triplet: F4, AD and D5. RGB value is (244,173,213). Sum of RGB (Red+Green+Blue) = 244+173+213=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADD5 is #0B522A. Grayscale: #C6C6C6. Windows color (decimal): -741931 or 14003700. OLE color: 14003700.

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

Color convert

RGB 244 173 213 -
CMYK 0 0.29 0.13 0.04
HSL 326.2º 0.76% 0.82% -
HSV(B) 326.2º 0.29% 0.96% -
XYZ 64.26 53.92 69.97 -
YUV 198.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 244 173 213 0 0.29 0.13 0.04 326.2 0.76 0.82
Hex F4 AD D5 0 1D D 4 146 4C 52
Octal 364 255 325 0 35 15 4 506 114 122
Binary 11110100 10101101 11010101 0 11101 1101 100 101000110 1001100 1010010

Color Harmonies of #F4ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ADD5

Black with #F4ADD5

Text Example


Text Example

White with #F4ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ADD5; }

 p { color: rgb(244,173,213); }

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

background-color css

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

 a { background-color: rgb(244,173,213); }

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

border-color css

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

 span { border-color: rgb(244,173,213); }

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