Html Css Color HEX #F1B0DB Lavender Pink

📋 copy color: '#F1B0DB'

red 241 ◦ green 176 ◦ blue 219

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

Shades of Lavender Pink #F1B0DB

Tints of Lavender Pink #F1B0DB

RGB

 RED value IS 241 (94.53% from 255) = 37.89%

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

 BLUE value IS 219 (85.94% from 255) = 34.43%

R = 37.89%
G = 27.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1B0DB (or 0xF1B0DB) is known color: Lavender Pink. HEX triplet: F1, B0 and DB. RGB value is (241,176,219). Sum of RGB (Red+Green+Blue) = 241+176+219=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0DB is #0E4F24. Grayscale: #C8C8C8. Windows color (decimal): -937765 or 14397681. OLE color: 14397681.

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

Color convert

RGB 241 176 219 -
CMYK 0 0.27 0.09 0.05
HSL 320.31º 0.7% 0.82% -
HSV(B) 320.31º 0.27% 0.95% -
XYZ 64.59 54.87 74.2 -
YUV 200.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 241 176 219 0 0.27 0.09 0.05 320.31 0.7 0.82
Hex F1 B0 DB 0 1B 9 5 140 46 52
Octal 361 260 333 0 33 11 5 500 106 122
Binary 11110001 10110000 11011011 0 11011 1001 101 101000000 1000110 1010010

Color Harmonies of #F1B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0DB

Black with #F1B0DB

Text Example


Text Example

White with #F1B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0DB; }

 p { color: rgb(241,176,219); }

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

background-color css

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

 a { background-color: rgb(241,176,219); }

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

border-color css

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

 span { border-color: rgb(241,176,219); }

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