#F2B3DE

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

Shades of Lavender Rose #F2B3DE

Tints of Lavender Rose #F2B3DE

Color information

#F2B3DE (or 0xF2B3DE) is unknown color: approx Lavender Rose. HEX triplet: F2, B3 and DE. RGB value is (242,179,222). Sum of RGB (Red+Green+Blue) = 242+179+222=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3DE is #0D4C21. Grayscale: #CACACA. Windows color (decimal): -871458 or 14595058. OLE color: 14595058.

HSL color Cylindrical-coordinate representation of color #F2B3DE: hue angle of 319.05º degrees, saturation: 0.71, 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 #F2B3DE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242179222-
CMYK00.260.080.05
HSL319.05º70.79%82.55%-
HSV(B)319.05º26.03%94.9%-
XYZ65.9256.3976.52-
YUV202.74138.87156-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=37.64%
G=27.84%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217922200.260.080.05319.0570.7982.55
HexF2B3DE01A8513f4753
Octal362263336032105477107123
Binary111100101011001111011110011010100010110011111110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B3DE; }

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

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

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

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

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

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

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

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