#F4B1E6

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

Shades of Lavender Rose #F4B1E6

Tints of Lavender Rose #F4B1E6

Color information

#F4B1E6 (or 0xF4B1E6) is unknown color: approx Lavender Rose. HEX triplet: F4, B1 and E6. RGB value is (244,177,230). Sum of RGB (Red+Green+Blue) = 244+177+230=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B1E6 is #0B4E19. Grayscale: #CACACA. Windows color (decimal): -740890 or 15118836. OLE color: 15118836.

HSL color Cylindrical-coordinate representation of color #F4B1E6: hue angle of 312.54º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B1E6 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244177230-
CMYK00.270.060.04
HSL312.54º75.28%82.55%-
HSV(B)312.54º27.46%95.69%-
XYZ67.3156.3982.2-
YUV203.08143.2157.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 230 (90.23% from 255) = 35.33%
R=37.48%
G=27.19%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417723000.270.060.04312.5475.2882.55
HexF4B1E601B641394b53
Octal36426134603364471113123
Binary11110100101100011110011001101111010010011100110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B1E6; }

 p { color: rgb(244,177,230); }

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

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

 a { background-color: rgb(244,177,230); }

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

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

 span { border-color: rgb(244,177,230); }

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