Html Css Color HEX #F2ADD8 Lavender Pink

📋 copy color: '#F2ADD8'

red 242 ◦ green 173 ◦ blue 216

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

Shades of Lavender Pink #F2ADD8

Tints of Lavender Pink #F2ADD8

RGB

 RED value IS 242 (94.92% from 255) = 38.35%

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

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 38.35%
G = 27.42%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2ADD8 (or 0xF2ADD8) is known color: Lavender Pink. HEX triplet: F2, AD and D8. RGB value is (242,173,216). Sum of RGB (Red+Green+Blue) = 242+173+216=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD8 is #0D5227. Grayscale: #C6C6C6. Windows color (decimal): -873000 or 14200306. OLE color: 14200306.

HSL color Cylindrical-coordinate representation of color #F2ADD8: hue angle of 322.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADD8 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 216 -
CMYK 0 0.29 0.11 0.05
HSL 322.61º 0.73% 0.81% -
HSV(B) 322.61º 0.29% 0.95% -
XYZ 63.96 53.72 71.96 -
YUV 198.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 242 173 216 0 0.29 0.11 0.05 322.61 0.73 0.81
Hex F2 AD D8 0 1D B 5 143 49 51
Octal 362 255 330 0 35 13 5 503 111 121
Binary 11110010 10101101 11011000 0 11101 1011 101 101000011 1001001 1010001

Color Harmonies of #F2ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADD8

Black with #F2ADD8

Text Example


Text Example

White with #F2ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADD8; }

 p { color: rgb(242,173,216); }

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

background-color css

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

 a { background-color: rgb(242,173,216); }

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

border-color css

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

 span { border-color: rgb(242,173,216); }

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