Html Css Color HEX #F0B9DB Lavender Pink

📋 copy color: '#F0B9DB'

red 240 ◦ green 185 ◦ blue 219

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

Shades of Lavender Pink #F0B9DB

Tints of Lavender Pink #F0B9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 37.27%
G = 28.73%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0B9DB (or 0xF0B9DB) is known color: Lavender Pink. HEX triplet: F0, B9 and DB. RGB value is (240,185,219). Sum of RGB (Red+Green+Blue) = 240+185+219=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DB is #0F4624. Grayscale: #CDCDCD. Windows color (decimal): -1000997 or 14399984. OLE color: 14399984.

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

Color convert

RGB 240 185 219 -
CMYK 0 0.23 0.09 0.06
HSL 322.91º 0.65% 0.83% -
HSV(B) 322.91º 0.23% 0.94% -
XYZ 66.07 58.34 74.8 -
YUV 205.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 240 185 219 0 0.23 0.09 0.06 322.91 0.65 0.83
Hex F0 B9 DB 0 17 9 6 143 41 53
Octal 360 271 333 0 27 11 6 503 101 123
Binary 11110000 10111001 11011011 0 10111 1001 110 101000011 1000001 1010011

Color Harmonies of #F0B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9DB

Black with #F0B9DB

Text Example


Text Example

White with #F0B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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