#F29BED

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

Shades of Lavender Rose #F29BED

Tints of Lavender Rose #F29BED

Color information

#F29BED (or 0xF29BED) is unknown color: approx Lavender Rose. HEX triplet: F2, 9B and ED. RGB value is (242,155,237). Sum of RGB (Red+Green+Blue) = 242+155+237=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BED is #0D6412. Grayscale: #BEBEBE. Windows color (decimal): -877587 or 15571954. OLE color: 15571954.

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

Color convert

RGB242155237-
CMYK00.360.020.05
HSL303.45º76.99%77.84%-
HSV(B)303.45º35.95%94.9%-
XYZ63.6348.4386.12-
YUV190.36154.32164.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 155 (60.94% from 255) = 24.45%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=38.17%
G=24.45%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215523700.360.020.05303.4576.9977.84
HexF29BED0242512f4d4e
Octal36223335504425457115116
Binary11110010100110111110110101001001010110010111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BED; }

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

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

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

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

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

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

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

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