Html Css Color HEX #F1B1DC Lavender Rose

📋 copy color: '#F1B1DC'

red 241 ◦ green 177 ◦ blue 220

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

Shades of Lavender Rose #F1B1DC

Tints of Lavender Rose #F1B1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 37.77%
G = 27.74%
B = 34.48%

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

#F1B1DC (or 0xF1B1DC) is known color: Lavender Rose. HEX triplet: F1, B1 and DC. RGB value is (241,177,220). Sum of RGB (Red+Green+Blue) = 241+177+220=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DC is #0E4E23. Grayscale: #C8C8C8. Windows color (decimal): -937508 or 14463473. OLE color: 14463473.

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

Color convert

RGB 241 177 220 -
CMYK 0 0.27 0.09 0.05
HSL 319.69º 0.7% 0.82% -
HSV(B) 319.69º 0.27% 0.95% -
XYZ 64.92 55.31 74.97 -
YUV 201.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 241 177 220 0 0.27 0.09 0.05 319.69 0.7 0.82
Hex F1 B1 DC 0 1B 9 5 140 46 52
Octal 361 261 334 0 33 11 5 500 106 122
Binary 11110001 10110001 11011100 0 11011 1001 101 101000000 1000110 1010010

Color Harmonies of #F1B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B1DC

Black with #F1B1DC

Text Example


Text Example

White with #F1B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B1DC; }

 p { color: rgb(241,177,220); }

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

background-color css

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

 a { background-color: rgb(241,177,220); }

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

border-color css

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

 span { border-color: rgb(241,177,220); }

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