#F1B2EA

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

Shades of Lavender Rose #F1B2EA

Tints of Lavender Rose #F1B2EA

Color information

#F1B2EA (or 0xF1B2EA) is unknown color: approx Lavender Rose. HEX triplet: F1, B2 and EA. RGB value is (241,178,234). Sum of RGB (Red+Green+Blue) = 241+178+234=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2EA is #0E4D15. Grayscale: #CBCBCB. Windows color (decimal): -937238 or 15381233. OLE color: 15381233.

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

Color convert

RGB241178234-
CMYK00.260.030.05
HSL306.67º69.23%82.16%-
HSV(B)306.67º26.14%94.51%-
XYZ67.0556.4885.21-
YUV203.22145.37154.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=36.91%
G=27.26%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117823400.260.030.05306.6769.2382.16
HexF1B2EA01A351334552
Octal36126235203235463105122
Binary1111000110110010111010100110101110110011001110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2EA; }

 p { color: rgb(241,178,234); }

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

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

 a { background-color: rgb(241,178,234); }

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

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

 span { border-color: rgb(241,178,234); }

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