Html Css Color HEX #F1B8D7 Lavender Pink

📋 copy color: '#F1B8D7'

red 241 ◦ green 184 ◦ blue 215

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

Shades of Lavender Pink #F1B8D7

Tints of Lavender Pink #F1B8D7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

 BLUE value IS 215 (84.38% from 255) = 33.59%

R = 37.66%
G = 28.75%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1B8D7 (or 0xF1B8D7) is known color: Lavender Pink. HEX triplet: F1, B8 and D7. RGB value is (241,184,215). Sum of RGB (Red+Green+Blue) = 241+184+215=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8D7 is #0E4728. Grayscale: #CCCCCC. Windows color (decimal): -935721 or 14137585. OLE color: 14137585.

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

Color convert

RGB 241 184 215 -
CMYK 0 0.24 0.11 0.05
HSL 327.37º 0.67% 0.83% -
HSV(B) 327.37º 0.24% 0.95% -
XYZ 65.68 57.89 72 -
YUV 204.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 241 184 215 0 0.24 0.11 0.05 327.37 0.67 0.83
Hex F1 B8 D7 0 18 B 5 147 43 53
Octal 361 270 327 0 30 13 5 507 103 123
Binary 11110001 10111000 11010111 0 11000 1011 101 101000111 1000011 1010011

Color Harmonies of #F1B8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B8D7

Black with #F1B8D7

Text Example


Text Example

White with #F1B8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B8D7; }

 p { color: rgb(241,184,215); }

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

background-color css

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

 a { background-color: rgb(241,184,215); }

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

border-color css

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

 span { border-color: rgb(241,184,215); }

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