#F4B5EC

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

Shades of Lavender Rose #F4B5EC

Tints of Lavender Rose #F4B5EC

Color information

#F4B5EC (or 0xF4B5EC) is unknown color: approx Lavender Rose. HEX triplet: F4, B5 and EC. RGB value is (244,181,236). Sum of RGB (Red+Green+Blue) = 244+181+236=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B5EC is #0B4A13. Grayscale: #CDCDCD. Windows color (decimal): -739860 or 15513076. OLE color: 15513076.

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

Color convert

RGB244181236-
CMYK00.260.030.04
HSL307.62º74.12%83.33%-
HSV(B)307.62º25.82%95.69%-
XYZ68.9758.3486.98-
YUV206.11144.87155.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.91%
GREEN value IS 181 (71.09% from 255) = 27.38%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=36.91%
G=27.38%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418123600.260.030.04307.6274.1283.33
HexF4B5EC01A341344a53
Octal36426535403234464112123
Binary1111010010110101111011000110101110010011010010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5EC; }

 p { color: rgb(244,181,236); }

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

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

 a { background-color: rgb(244,181,236); }

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

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

 span { border-color: rgb(244,181,236); }

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