Html Css Color HEX #F1B0DE Lavender Rose

📋 copy color: '#F1B0DE'

red 241 ◦ green 176 ◦ blue 222

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

Shades of Lavender Rose #F1B0DE

Tints of Lavender Rose #F1B0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 37.72%
G = 27.54%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1B0DE (or 0xF1B0DE) is known color: Lavender Rose. HEX triplet: F1, B0 and DE. RGB value is (241,176,222). Sum of RGB (Red+Green+Blue) = 241+176+222=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0DE is #0E4F21. Grayscale: #C8C8C8. Windows color (decimal): -937762 or 14594289. OLE color: 14594289.

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

Color convert

RGB 241 176 222 -
CMYK 0 0.27 0.08 0.05
HSL 317.54º 0.7% 0.82% -
HSV(B) 317.54º 0.27% 0.95% -
XYZ 64.99 55.03 76.3 -
YUV 200.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 241 176 222 0 0.27 0.08 0.05 317.54 0.7 0.82
Hex F1 B0 DE 0 1B 8 5 13E 46 52
Octal 361 260 336 0 33 10 5 476 106 122
Binary 11110001 10110000 11011110 0 11011 1000 101 100111110 1000110 1010010

Color Harmonies of #F1B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0DE

Black with #F1B0DE

Text Example


Text Example

White with #F1B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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