#F4B3EF

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

Shades of Lavender Rose #F4B3EF

Tints of Lavender Rose #F4B3EF

Color information

#F4B3EF (or 0xF4B3EF) is unknown color: approx Lavender Rose. HEX triplet: F4, B3 and EF. RGB value is (244,179,239). Sum of RGB (Red+Green+Blue) = 244+179+239=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B3EF is #0B4C10. Grayscale: #CDCDCD. Windows color (decimal): -740369 or 15709172. OLE color: 15709172.

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

Color convert

RGB244179239-
CMYK00.270.020.04
HSL304.62º74.71%82.94%-
HSV(B)304.62º26.64%95.69%-
XYZ69.0157.7189.16-
YUV205.28147.03155.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 179 (70.31% from 255) = 27.04%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=36.86%
G=27.04%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417923900.270.020.04304.6274.7182.94
HexF4B3EF01B241314b53
Octal36426335703324461113123
Binary1111010010110011111011110110111010010011000110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B3EF; }

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

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

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

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

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

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

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

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