Html Css Color HEX #F0B7DA Lavender Pink

📋 copy color: '#F0B7DA'

red 240 ◦ green 183 ◦ blue 218

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

Shades of Lavender Pink #F0B7DA

Tints of Lavender Pink #F0B7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 37.44%
G = 28.55%
B = 34.01%

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

#F0B7DA (or 0xF0B7DA) is known color: Lavender Pink. HEX triplet: F0, B7 and DA. RGB value is (240,183,218). Sum of RGB (Red+Green+Blue) = 240+183+218=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DA is #0F4825. Grayscale: #CBCBCB. Windows color (decimal): -1001510 or 14333936. OLE color: 14333936.

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

Color convert

RGB 240 183 218 -
CMYK 0 0.24 0.09 0.06
HSL 323.16º 0.66% 0.83% -
HSV(B) 323.16º 0.24% 0.94% -
XYZ 65.52 57.45 73.97 -
YUV 204.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 240 183 218 0 0.24 0.09 0.06 323.16 0.66 0.83
Hex F0 B7 DA 0 18 9 6 143 42 53
Octal 360 267 332 0 30 11 6 503 102 123
Binary 11110000 10110111 11011010 0 11000 1001 110 101000011 1000010 1010011

Color Harmonies of #F0B7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7DA

Black with #F0B7DA

Text Example


Text Example

White with #F0B7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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