Html Css Color HEX #F0B7DB Lavender Pink

📋 copy color: '#F0B7DB'

red 240 ◦ green 183 ◦ blue 219

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

Shades of Lavender Pink #F0B7DB

Tints of Lavender Pink #F0B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.5%

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

R = 37.38%
G = 28.5%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0B7DB (or 0xF0B7DB) is known color: Lavender Pink. HEX triplet: F0, B7 and DB. RGB value is (240,183,219). Sum of RGB (Red+Green+Blue) = 240+183+219=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DB is #0F4824. Grayscale: #CCCCCC. Windows color (decimal): -1001509 or 14399472. OLE color: 14399472.

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

Color convert

RGB 240 183 219 -
CMYK 0 0.24 0.09 0.06
HSL 322.11º 0.66% 0.83% -
HSV(B) 322.11º 0.24% 0.94% -
XYZ 65.65 57.51 74.66 -
YUV 204.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 240 183 219 0 0.24 0.09 0.06 322.11 0.66 0.83
Hex F0 B7 DB 0 18 9 6 142 42 53
Octal 360 267 333 0 30 11 6 502 102 123
Binary 11110000 10110111 11011011 0 11000 1001 110 101000010 1000010 1010011

Color Harmonies of #F0B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7DB

Black with #F0B7DB

Text Example


Text Example

White with #F0B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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