Html Css Color HEX #F1B5D0 Lavender Pink

📋 copy color: '#F1B5D0'

red 241 ◦ green 181 ◦ blue 208

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

Shades of Lavender Pink #F1B5D0

Tints of Lavender Pink #F1B5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.73%

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 38.25%
G = 28.73%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1B5D0 (or 0xF1B5D0) is known color: Lavender Pink. HEX triplet: F1, B5 and D0. RGB value is (241,181,208). Sum of RGB (Red+Green+Blue) = 241+181+208=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5D0 is #0E4A2F. Grayscale: #C9C9C9. Windows color (decimal): -936496 or 13678065. OLE color: 13678065.

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

Color convert

RGB 241 181 208 -
CMYK 0 0.25 0.14 0.05
HSL 333º 0.68% 0.83% -
HSV(B) 333º 0.25% 0.95% -
XYZ 64.18 56.3 67.16 -
YUV 202.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 241 181 208 0 0.25 0.14 0.05 333 0.68 0.83
Hex F1 B5 D0 0 19 E 5 14D 44 53
Octal 361 265 320 0 31 16 5 515 104 123
Binary 11110001 10110101 11010000 0 11001 1110 101 101001101 1000100 1010011

Color Harmonies of #F1B5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5D0

Black with #F1B5D0

Text Example


Text Example

White with #F1B5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5D0; }

 p { color: rgb(241,181,208); }

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

background-color css

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

 a { background-color: rgb(241,181,208); }

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

border-color css

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

 span { border-color: rgb(241,181,208); }

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