#F1B4E2

Color #F1B4E2 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F1B4E2

Tints of Lavender Rose #F1B4E2

Color information

#F1B4E2 (or 0xF1B4E2) is unknown color: approx Lavender Rose. HEX triplet: F1, B4 and E2. RGB value is (241,180,226). Sum of RGB (Red+Green+Blue) = 241+180+226=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4E2 is #0E4B1D. Grayscale: #CBCBCB. Windows color (decimal): -936734 or 14857457. OLE color: 14857457.

HSL color Cylindrical-coordinate representation of color #F1B4E2: hue angle of 314.75º degrees, saturation: 0.69, 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 #F1B4E2 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241180226-
CMYK00.250.060.05
HSL314.75º68.54%82.55%-
HSV(B)314.75º25.31%94.51%-
XYZ66.3256.8379.43-
YUV203.48140.71154.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 27.82%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=37.25%
G=27.82%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118022600.250.060.05314.7568.5482.55
HexF1B4E20196513b4553
Octal36126434203165473105123
Binary11110001101101001110001001100111010110011101110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4E2; }

 p { color: rgb(241,180,226); }

 H1.HeaderClassName
 {
   color: #F1B4E2;
 }
 .AnyTagClassName
 {
   color: #F1B4E2;
 }
</style>
background-color css

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

 a { background-color: rgb(241,180,226); }

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

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

 span { border-color: rgb(241,180,226); }

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