Html Css Color HEX #F1B7DD Lavender Pink

📋 copy color: '#F1B7DD'

red 241 ◦ green 183 ◦ blue 221

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

Shades of Lavender Pink #F1B7DD

Tints of Lavender Pink #F1B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.37%

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

R = 37.36%
G = 28.37%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1B7DD (or 0xF1B7DD) is known color: Lavender Pink. HEX triplet: F1, B7 and DD. RGB value is (241,183,221). Sum of RGB (Red+Green+Blue) = 241+183+221=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7DD is #0E4822. Grayscale: #CCCCCC. Windows color (decimal): -935971 or 14530545. OLE color: 14530545.

HSL color Cylindrical-coordinate representation of color #F1B7DD: hue angle of 320.69º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7DD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 183 221 -
CMYK 0 0.24 0.08 0.05
HSL 320.69º 0.67% 0.83% -
HSV(B) 320.69º 0.24% 0.95% -
XYZ 66.26 57.79 76.07 -
YUV 204.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 241 183 221 0 0.24 0.08 0.05 320.69 0.67 0.83
Hex F1 B7 DD 0 18 8 5 141 43 53
Octal 361 267 335 0 30 10 5 501 103 123
Binary 11110001 10110111 11011101 0 11000 1000 101 101000001 1000011 1010011

Color Harmonies of #F1B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B7DD

Black with #F1B7DD

Text Example


Text Example

White with #F1B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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