Html Css Color HEX #F0ADCB Lavender Pink

📋 copy color: '#F0ADCB'

red 240 ◦ green 173 ◦ blue 203

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

Shades of Lavender Pink #F0ADCB

Tints of Lavender Pink #F0ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 38.96%
G = 28.08%
B = 32.95%

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

#F0ADCB (or 0xF0ADCB) is known color: Lavender Pink. HEX triplet: F0, AD and CB. RGB value is (240,173,203). Sum of RGB (Red+Green+Blue) = 240+173+203=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCB is #0F5234. Grayscale: #C4C4C4. Windows color (decimal): -1004085 or 13348336. OLE color: 13348336.

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

Color convert

RGB 240 173 203 -
CMYK 0 0.28 0.15 0.06
HSL 333.13º 0.69% 0.81% -
HSV(B) 333.13º 0.28% 0.94% -
XYZ 61.66 52.72 63.43 -
YUV 196.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 240 173 203 0 0.28 0.15 0.06 333.13 0.69 0.81
Hex F0 AD CB 0 1C F 6 14D 45 51
Octal 360 255 313 0 34 17 6 515 105 121
Binary 11110000 10101101 11001011 0 11100 1111 110 101001101 1000101 1010001

Color Harmonies of #F0ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADCB

Black with #F0ADCB

Text Example


Text Example

White with #F0ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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