#F29CE3

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

Shades of Lavender Rose #F29CE3

Tints of Lavender Rose #F29CE3

Color information

#F29CE3 (or 0xF29CE3) is unknown color: approx Lavender Rose. HEX triplet: F2, 9C and E3. RGB value is (242,156,227). Sum of RGB (Red+Green+Blue) = 242+156+227=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CE3 is #0D631C. Grayscale: #BDBDBD. Windows color (decimal): -877341 or 14916850. OLE color: 14916850.

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

Color convert

RGB242156227-
CMYK00.360.060.05
HSL310.47º76.79%78.04%-
HSV(B)310.47º35.54%94.9%-
XYZ62.3748.278.69-
YUV189.81148.99165.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 156 (61.33% from 255) = 24.96%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=38.72%
G=24.96%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215622700.360.060.05310.4776.7978.04
HexF29CE3024651364d4e
Octal36223434304465466115116
Binary111100101001110011100011010010011010110011011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CE3; }

 p { color: rgb(242,156,227); }

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

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

 a { background-color: rgb(242,156,227); }

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

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

 span { border-color: rgb(242,156,227); }

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