#F29CE8

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

Shades of Lavender Rose #F29CE8

Tints of Lavender Rose #F29CE8

Color information

#F29CE8 (or 0xF29CE8) is unknown color: approx Lavender Rose. HEX triplet: F2, 9C and E8. RGB value is (242,156,232). Sum of RGB (Red+Green+Blue) = 242+156+232=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CE8 is #0D6317. Grayscale: #BEBEBE. Windows color (decimal): -877336 or 15244530. OLE color: 15244530.

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

Color convert

RGB242156232-
CMYK00.360.040.05
HSL306.98º76.79%78.04%-
HSV(B)306.98º35.54%94.9%-
XYZ63.0748.4882.38-
YUV190.38151.49164.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=38.41%
G=24.76%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215623200.360.040.05306.9876.7978.04
HexF29CE8024451334d4e
Octal36223435004445463115116
Binary111100101001110011101000010010010010110011001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CE8; }

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

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

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

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

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

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

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

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