Html Css Color HEX #F1B3E5 Lavender Rose

📋 copy color: '#F1B3E5'

red 241 ◦ green 179 ◦ blue 229

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

Shades of Lavender Rose #F1B3E5

Tints of Lavender Rose #F1B3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.58%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 37.13%
G = 27.58%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1B3E5 (or 0xF1B3E5) is known color: Lavender Rose. HEX triplet: F1, B3 and E5. RGB value is (241,179,229). Sum of RGB (Red+Green+Blue) = 241+179+229=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3E5 is #0E4C1A. Grayscale: #CBCBCB. Windows color (decimal): -936987 or 15053809. OLE color: 15053809.

HSL color Cylindrical-coordinate representation of color #F1B3E5: hue angle of 311.61º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3E5 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 179 229 -
CMYK 0 0.26 0.05 0.05
HSL 311.61º 0.69% 0.82% -
HSV(B) 311.61º 0.26% 0.95% -
XYZ 66.54 56.6 81.55 -
YUV 203.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 241 179 229 0 0.26 0.05 0.05 311.61 0.69 0.82
Hex F1 B3 E5 0 1A 5 5 138 45 52
Octal 361 263 345 0 32 5 5 470 105 122
Binary 11110001 10110011 11100101 0 11010 101 101 100111000 1000101 1010010

Color Harmonies of #F1B3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3E5

Black with #F1B3E5

Text Example


Text Example

White with #F1B3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3E5; }

 p { color: rgb(241,179,229); }

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

background-color css

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

 a { background-color: rgb(241,179,229); }

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

border-color css

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

 span { border-color: rgb(241,179,229); }

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