Html Css Color HEX #F0ADCF Lavender Pink

📋 copy color: '#F0ADCF'

red 240 ◦ green 173 ◦ blue 207

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

Shades of Lavender Pink #F0ADCF

Tints of Lavender Pink #F0ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.39%

R = 38.71%
G = 27.9%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0ADCF (or 0xF0ADCF) is known color: Lavender Pink. HEX triplet: F0, AD and CF. RGB value is (240,173,207). Sum of RGB (Red+Green+Blue) = 240+173+207=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCF is #0F5230. Grayscale: #C4C4C4. Windows color (decimal): -1004081 or 13610480. OLE color: 13610480.

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

Color convert

RGB 240 173 207 -
CMYK 0 0.28 0.14 0.06
HSL 329.55º 0.69% 0.81% -
HSV(B) 329.55º 0.28% 0.94% -
XYZ 62.14 52.92 65.97 -
YUV 196.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 240 173 207 0 0.28 0.14 0.06 329.55 0.69 0.81
Hex F0 AD CF 0 1C E 6 14A 45 51
Octal 360 255 317 0 34 16 6 512 105 121
Binary 11110000 10101101 11001111 0 11100 1110 110 101001010 1000101 1010001

Color Harmonies of #F0ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADCF

Black with #F0ADCF

Text Example


Text Example

White with #F0ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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