#F2B4ED

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

Shades of Lavender Rose #F2B4ED

Tints of Lavender Rose #F2B4ED

Color information

#F2B4ED (or 0xF2B4ED) is unknown color: approx Lavender Rose. HEX triplet: F2, B4 and ED. RGB value is (242,180,237). Sum of RGB (Red+Green+Blue) = 242+180+237=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4ED is #0D4B12. Grayscale: #CCCCCC. Windows color (decimal): -871187 or 15578354. OLE color: 15578354.

HSL color Cylindrical-coordinate representation of color #F2B4ED: hue angle of 304.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B4ED is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242180237-
CMYK00.260.020.05
HSL304.84º70.45%82.75%-
HSV(B)304.84º25.62%94.9%-
XYZ68.2357.6387.65-
YUV205.04146.04154.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 27.31%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=36.72%
G=27.31%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218023700.260.020.05304.8470.4582.75
HexF2B4ED01A251314653
Octal36226435503225461106123
Binary1111001010110100111011010110101010110011000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4ED; }

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

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

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

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

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

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

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

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