Html Css Color HEX #F2ADD5 Lavender Pink

📋 copy color: '#F2ADD5'

red 242 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #F2ADD5

Tints of Lavender Pink #F2ADD5

RGB

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

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

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

R = 38.54%
G = 27.55%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2ADD5 (or 0xF2ADD5) is known color: Lavender Pink. HEX triplet: F2, AD and D5. RGB value is (242,173,213). Sum of RGB (Red+Green+Blue) = 242+173+213=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD5 is #0D522A. Grayscale: #C6C6C6. Windows color (decimal): -873003 or 14003698. OLE color: 14003698.

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

Color convert

RGB 242 173 213 -
CMYK 0 0.29 0.12 0.05
HSL 325.22º 0.73% 0.81% -
HSV(B) 325.22º 0.29% 0.95% -
XYZ 63.57 53.57 69.94 -
YUV 198.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 242 173 213 0 0.29 0.12 0.05 325.22 0.73 0.81
Hex F2 AD D5 0 1D C 5 145 49 51
Octal 362 255 325 0 35 14 5 505 111 121
Binary 11110010 10101101 11010101 0 11101 1100 101 101000101 1001001 1010001

Color Harmonies of #F2ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADD5

Black with #F2ADD5

Text Example


Text Example

White with #F2ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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