Html Css Color HEX #F1B0DD Lavender Rose

📋 copy color: '#F1B0DD'

red 241 ◦ green 176 ◦ blue 221

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

Shades of Lavender Rose #F1B0DD

Tints of Lavender Rose #F1B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 37.77%
G = 27.59%
B = 34.64%

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

#F1B0DD (or 0xF1B0DD) is known color: Lavender Rose. HEX triplet: F1, B0 and DD. RGB value is (241,176,221). Sum of RGB (Red+Green+Blue) = 241+176+221=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0DD is #0E4F22. Grayscale: #C8C8C8. Windows color (decimal): -937763 or 14528753. OLE color: 14528753.

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

Color convert

RGB 241 176 221 -
CMYK 0 0.27 0.08 0.05
HSL 318.46º 0.7% 0.82% -
HSV(B) 318.46º 0.27% 0.95% -
XYZ 64.85 54.97 75.6 -
YUV 200.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 241 176 221 0 0.27 0.08 0.05 318.46 0.7 0.82
Hex F1 B0 DD 0 1B 8 5 13E 46 52
Octal 361 260 335 0 33 10 5 476 106 122
Binary 11110001 10110000 11011101 0 11011 1000 101 100111110 1000110 1010010

Color Harmonies of #F1B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0DD

Black with #F1B0DD

Text Example


Text Example

White with #F1B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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