Html Css Color HEX #F0B9D7 Lavender Pink

📋 copy color: '#F0B9D7'

red 240 ◦ green 185 ◦ blue 215

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

Shades of Lavender Pink #F0B9D7

Tints of Lavender Pink #F0B9D7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.91%

 BLUE value IS 215 (84.38% from 255) = 33.59%

R = 37.5%
G = 28.91%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0B9D7 (or 0xF0B9D7) is known color: Lavender Pink. HEX triplet: F0, B9 and D7. RGB value is (240,185,215). Sum of RGB (Red+Green+Blue) = 240+185+215=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D7 is #0F4628. Grayscale: #CCCCCC. Windows color (decimal): -1001001 or 14137840. OLE color: 14137840.

HSL color Cylindrical-coordinate representation of color #F0B9D7: hue angle of 327.27º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9D7 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 185 215 -
CMYK 0 0.23 0.10 0.06
HSL 327.27º 0.65% 0.83% -
HSV(B) 327.27º 0.23% 0.94% -
XYZ 65.55 58.13 72.06 -
YUV 204.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 240 185 215 0 0.23 0.10 0.06 327.27 0.65 0.83
Hex F0 B9 D7 0 17 A 6 147 41 53
Octal 360 271 327 0 27 12 6 507 101 123
Binary 11110000 10111001 11010111 0 10111 1010 110 101000111 1000001 1010011

Color Harmonies of #F0B9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9D7

Black with #F0B9D7

Text Example


Text Example

White with #F0B9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9D7; }

 p { color: rgb(240,185,215); }

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

background-color css

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

 a { background-color: rgb(240,185,215); }

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

border-color css

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

 span { border-color: rgb(240,185,215); }

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