#F4B3DE

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

Shades of Lavender Rose #F4B3DE

Tints of Lavender Rose #F4B3DE

Color information

#F4B3DE (or 0xF4B3DE) is unknown color: approx Lavender Rose. HEX triplet: F4, B3 and DE. RGB value is (244,179,222). Sum of RGB (Red+Green+Blue) = 244+179+222=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3DE is #0B4C21. Grayscale: #CBCBCB. Windows color (decimal): -740386 or 14595060. OLE color: 14595060.

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

Color convert

RGB244179222-
CMYK00.270.090.04
HSL320.31º74.71%82.94%-
HSV(B)320.31º26.64%95.69%-
XYZ66.6156.7576.55-
YUV203.34138.53157-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 179 (70.31% from 255) = 27.75%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=37.83%
G=27.75%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417922200.270.090.04320.3174.7182.94
HexF4B3DE01B941404b53
Octal364263336033114500113123
Binary111101001011001111011110011011100110010100000010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B3DE; }

 p { color: rgb(244,179,222); }

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

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

 a { background-color: rgb(244,179,222); }

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

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

 span { border-color: rgb(244,179,222); }

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