Html Css Color HEX #F0B5D9 Lavender Pink

📋 copy color: '#F0B5D9'

red 240 ◦ green 181 ◦ blue 217

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

Shades of Lavender Pink #F0B5D9

Tints of Lavender Pink #F0B5D9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.37%

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 37.62%
G = 28.37%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0B5D9 (or 0xF0B5D9) is known color: Lavender Pink. HEX triplet: F0, B5 and D9. RGB value is (240,181,217). Sum of RGB (Red+Green+Blue) = 240+181+217=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5D9 is #0F4A26. Grayscale: #CACACA. Windows color (decimal): -1002023 or 14267888. OLE color: 14267888.

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

Color convert

RGB 240 181 217 -
CMYK 0 0.25 0.10 0.06
HSL 323.39º 0.66% 0.83% -
HSV(B) 323.39º 0.25% 0.94% -
XYZ 64.98 56.58 73.14 -
YUV 202.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 240 181 217 0 0.25 0.10 0.06 323.39 0.66 0.83
Hex F0 B5 D9 0 19 A 6 143 42 53
Octal 360 265 331 0 31 12 6 503 102 123
Binary 11110000 10110101 11011001 0 11001 1010 110 101000011 1000010 1010011

Color Harmonies of #F0B5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5D9

Black with #F0B5D9

Text Example


Text Example

White with #F0B5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5D9; }

 p { color: rgb(240,181,217); }

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

background-color css

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

 a { background-color: rgb(240,181,217); }

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

border-color css

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

 span { border-color: rgb(240,181,217); }

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