#F2B4E4

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

Shades of Lavender Rose #F2B4E4

Tints of Lavender Rose #F2B4E4

Color information

#F2B4E4 (or 0xF2B4E4) is unknown color: approx Lavender Rose. HEX triplet: F2, B4 and E4. RGB value is (242,180,228). Sum of RGB (Red+Green+Blue) = 242+180+228=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4E4 is #0D4B1B. Grayscale: #CBCBCB. Windows color (decimal): -871196 or 14988530. OLE color: 14988530.

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

Color convert

RGB242180228-
CMYK00.260.060.05
HSL313.55º70.45%82.75%-
HSV(B)313.55º25.62%94.9%-
XYZ66.9457.1280.9-
YUV204.01141.54155.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=37.23%
G=27.69%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218022800.260.060.05313.5570.4582.75
HexF2B4E401A6513a4653
Octal36226434403265472106123
Binary11110010101101001110010001101011010110011101010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4E4; }

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

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

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

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

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

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

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

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