Html Css Color HEX #F4ADD4 Lavender Pink

📋 copy color: '#F4ADD4'

red 244 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #F4ADD4

Tints of Lavender Pink #F4ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 38.79%
G = 27.5%
B = 33.7%

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

#F4ADD4 (or 0xF4ADD4) is known color: Lavender Pink. HEX triplet: F4, AD and D4. RGB value is (244,173,212). Sum of RGB (Red+Green+Blue) = 244+173+212=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADD4 is #0B522B. Grayscale: #C6C6C6. Windows color (decimal): -741932 or 13938164. OLE color: 13938164.

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

Color convert

RGB 244 173 212 -
CMYK 0 0.29 0.13 0.04
HSL 327.04º 0.76% 0.82% -
HSV(B) 327.04º 0.29% 0.96% -
XYZ 64.14 53.87 69.31 -
YUV 198.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 244 173 212 0 0.29 0.13 0.04 327.04 0.76 0.82
Hex F4 AD D4 0 1D D 4 147 4C 52
Octal 364 255 324 0 35 15 4 507 114 122
Binary 11110100 10101101 11010100 0 11101 1101 100 101000111 1001100 1010010

Color Harmonies of #F4ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ADD4

Black with #F4ADD4

Text Example


Text Example

White with #F4ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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