#F4B4ED

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

Shades of Lavender Rose #F4B4ED

Tints of Lavender Rose #F4B4ED

Color information

#F4B4ED (or 0xF4B4ED) is unknown color: approx Lavender Rose. HEX triplet: F4, B4 and ED. RGB value is (244,180,237). Sum of RGB (Red+Green+Blue) = 244+180+237=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 180 (70.70% from 255 or 27.23% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B4ED is #0B4B12. Grayscale: #CDCDCD. Windows color (decimal): -740115 or 15578356. OLE color: 15578356.

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

Color convert

RGB244180237-
CMYK00.260.030.04
HSL306.56º74.42%83.14%-
HSV(B)306.56º26.23%95.69%-
XYZ68.9257.9987.68-
YUV205.63145.7155.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.91%
GREEN value IS 180 (70.70% from 255) = 27.23%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=36.91%
G=27.23%
B=35.85%

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
Decimal24418023700.260.030.04306.5674.4283.14
HexF4B4ED01A341334a53
Octal36426435503234463112123
Binary1111010010110100111011010110101110010011001110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B4ED; }

 p { color: rgb(244,180,237); }

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

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

 a { background-color: rgb(244,180,237); }

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

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

 span { border-color: rgb(244,180,237); }

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