Html Css Color HEX #F0ADCC Lavender Pink

📋 copy color: '#F0ADCC'

red 240 ◦ green 173 ◦ blue 204

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

Shades of Lavender Pink #F0ADCC

Tints of Lavender Pink #F0ADCC

RGB

 RED value IS 240 (94.14% from 255) = 38.9%

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

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 38.9%
G = 28.04%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0ADCC (or 0xF0ADCC) is known color: Lavender Pink. HEX triplet: F0, AD and CC. RGB value is (240,173,204). Sum of RGB (Red+Green+Blue) = 240+173+204=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCC is #0F5233. Grayscale: #C4C4C4. Windows color (decimal): -1004084 or 13413872. OLE color: 13413872.

HSL color Cylindrical-coordinate representation of color #F0ADCC: hue angle of 332.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADCC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 204 -
CMYK 0 0.28 0.15 0.06
HSL 332.24º 0.69% 0.81% -
HSV(B) 332.24º 0.28% 0.94% -
XYZ 61.78 52.77 64.06 -
YUV 196.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 240 173 204 0 0.28 0.15 0.06 332.24 0.69 0.81
Hex F0 AD CC 0 1C F 6 14C 45 51
Octal 360 255 314 0 34 17 6 514 105 121
Binary 11110000 10101101 11001100 0 11100 1111 110 101001100 1000101 1010001

Color Harmonies of #F0ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADCC

Black with #F0ADCC

Text Example


Text Example

White with #F0ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADCC; }

 p { color: rgb(240,173,204); }

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

background-color css

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

 a { background-color: rgb(240,173,204); }

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

border-color css

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

 span { border-color: rgb(240,173,204); }

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