Html Css Color HEX #F0B0DA Lavender Pink

📋 copy color: '#F0B0DA'

red 240 ◦ green 176 ◦ blue 218

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

Shades of Lavender Pink #F0B0DA

Tints of Lavender Pink #F0B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.76%

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

R = 37.85%
G = 27.76%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0B0DA (or 0xF0B0DA) is known color: Lavender Pink. HEX triplet: F0, B0 and DA. RGB value is (240,176,218). Sum of RGB (Red+Green+Blue) = 240+176+218=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DA is #0F4F25. Grayscale: #C7C7C7. Windows color (decimal): -1003302 or 14332144. OLE color: 14332144.

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

Color convert

RGB 240 176 218 -
CMYK 0 0.27 0.09 0.06
HSL 320.63º 0.68% 0.82% -
HSV(B) 320.63º 0.27% 0.94% -
XYZ 64.12 54.64 73.5 -
YUV 199.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 240 176 218 0 0.27 0.09 0.06 320.63 0.68 0.82
Hex F0 B0 DA 0 1B 9 6 141 44 52
Octal 360 260 332 0 33 11 6 501 104 122
Binary 11110000 10110000 11011010 0 11011 1001 110 101000001 1000100 1010010

Color Harmonies of #F0B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0DA

Black with #F0B0DA

Text Example


Text Example

White with #F0B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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