#F29BDD

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

Shades of Lavender Rose #F29BDD

Tints of Lavender Rose #F29BDD

Color information

#F29BDD (or 0xF29BDD) is unknown color: approx Lavender Rose. HEX triplet: F2, 9B and DD. RGB value is (242,155,221). Sum of RGB (Red+Green+Blue) = 242+155+221=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDD is #0D6422. Grayscale: #BCBCBC. Windows color (decimal): -877603 or 14523378. OLE color: 14523378.

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

Color convert

RGB242155221-
CMYK00.360.090.05
HSL314.48º76.99%77.84%-
HSV(B)314.48º35.95%94.9%-
XYZ61.3947.5474.35-
YUV188.54146.32166.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.16%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=39.16%
G=25.08%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215522100.360.090.05314.4876.9977.84
HexF29BDD0249513a4d4e
Octal362233335044115472115116
Binary1111001010011011110111010100100100110110011101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BDD; }

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

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

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

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

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

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

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

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