Html Css Color HEX #F2ADCD Lavender Pink

📋 copy color: '#F2ADCD'

red 242 ◦ green 173 ◦ blue 205

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

Shades of Lavender Pink #F2ADCD

Tints of Lavender Pink #F2ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.06%

R = 39.03%
G = 27.9%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2ADCD (or 0xF2ADCD) is known color: Lavender Pink. HEX triplet: F2, AD and CD. RGB value is (242,173,205). Sum of RGB (Red+Green+Blue) = 242+173+205=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADCD is #0D5232. Grayscale: #C5C5C5. Windows color (decimal): -873011 or 13479410. OLE color: 13479410.

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

Color convert

RGB 242 173 205 -
CMYK 0 0.29 0.15 0.05
HSL 332.17º 0.73% 0.81% -
HSV(B) 332.17º 0.29% 0.95% -
XYZ 62.58 53.17 64.72 -
YUV 197.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 242 173 205 0 0.29 0.15 0.05 332.17 0.73 0.81
Hex F2 AD CD 0 1D F 5 14C 49 51
Octal 362 255 315 0 35 17 5 514 111 121
Binary 11110010 10101101 11001101 0 11101 1111 101 101001100 1001001 1010001

Color Harmonies of #F2ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADCD

Black with #F2ADCD

Text Example


Text Example

White with #F2ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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