Html Css Color HEX #F0B7DD Lavender Pink

📋 copy color: '#F0B7DD'

red 240 ◦ green 183 ◦ blue 221

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

Shades of Lavender Pink #F0B7DD

Tints of Lavender Pink #F0B7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.32%

R = 37.27%
G = 28.42%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0B7DD (or 0xF0B7DD) is known color: Lavender Pink. HEX triplet: F0, B7 and DD. RGB value is (240,183,221). Sum of RGB (Red+Green+Blue) = 240+183+221=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DD is #0F4822. Grayscale: #CCCCCC. Windows color (decimal): -1001507 or 14530544. OLE color: 14530544.

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

Color convert

RGB 240 183 221 -
CMYK 0 0.24 0.08 0.06
HSL 320º 0.66% 0.83% -
HSV(B) 320º 0.24% 0.94% -
XYZ 65.92 57.61 76.05 -
YUV 204.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 240 183 221 0 0.24 0.08 0.06 320 0.66 0.83
Hex F0 B7 DD 0 18 8 6 140 42 53
Octal 360 267 335 0 30 10 6 500 102 123
Binary 11110000 10110111 11011101 0 11000 1000 110 101000000 1000010 1010011

Color Harmonies of #F0B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7DD

Black with #F0B7DD

Text Example


Text Example

White with #F0B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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