Html Css Color HEX #F0B1DA Lavender Pink

📋 copy color: '#F0B1DA'

red 240 ◦ green 177 ◦ blue 218

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

Shades of Lavender Pink #F0B1DA

Tints of Lavender Pink #F0B1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.87%

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

R = 37.8%
G = 27.87%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0B1DA (or 0xF0B1DA) is known color: Lavender Pink. HEX triplet: F0, B1 and DA. RGB value is (240,177,218). Sum of RGB (Red+Green+Blue) = 240+177+218=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1DA is #0F4E25. Grayscale: #C8C8C8. Windows color (decimal): -1003046 or 14332400. OLE color: 14332400.

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

Color convert

RGB 240 177 218 -
CMYK 0 0.26 0.09 0.06
HSL 320.95º 0.68% 0.82% -
HSV(B) 320.95º 0.26% 0.94% -
XYZ 64.31 55.03 73.56 -
YUV 200.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 240 177 218 0 0.26 0.09 0.06 320.95 0.68 0.82
Hex F0 B1 DA 0 1A 9 6 141 44 52
Octal 360 261 332 0 32 11 6 501 104 122
Binary 11110000 10110001 11011010 0 11010 1001 110 101000001 1000100 1010010

Color Harmonies of #F0B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1DA

Black with #F0B1DA

Text Example


Text Example

White with #F0B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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