Html Css Color HEX #F1B0DA Lavender Pink

📋 copy color: '#F1B0DA'

red 241 ◦ green 176 ◦ blue 218

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

Shades of Lavender Pink #F1B0DA

Tints of Lavender Pink #F1B0DA

RGB

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

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

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

R = 37.95%
G = 27.72%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1B0DA (or 0xF1B0DA) is known color: Lavender Pink. HEX triplet: F1, B0 and DA. RGB value is (241,176,218). Sum of RGB (Red+Green+Blue) = 241+176+218=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0DA is #0E4F25. Grayscale: #C8C8C8. Windows color (decimal): -937766 or 14332145. OLE color: 14332145.

HSL color Cylindrical-coordinate representation of color #F1B0DA: hue angle of 321.23º 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 #F1B0DA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 176 218 -
CMYK 0 0.27 0.10 0.05
HSL 321.23º 0.7% 0.82% -
HSV(B) 321.23º 0.27% 0.95% -
XYZ 64.46 54.81 73.51 -
YUV 200.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 241 176 218 0 0.27 0.10 0.05 321.23 0.7 0.82
Hex F1 B0 DA 0 1B A 5 141 46 52
Octal 361 260 332 0 33 12 5 501 106 122
Binary 11110001 10110000 11011010 0 11011 1010 101 101000001 1000110 1010010

Color Harmonies of #F1B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0DA

Black with #F1B0DA

Text Example


Text Example

White with #F1B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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