#F09CE7

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

Shades of Lavender Rose #F09CE7

Tints of Lavender Rose #F09CE7

Color information

#F09CE7 (or 0xF09CE7) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and E7. RGB value is (240,156,231). Sum of RGB (Red+Green+Blue) = 240+156+231=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CE7 is #0F6318. Grayscale: #BDBDBD. Windows color (decimal): -1008409 or 15178992. OLE color: 15178992.

HSL color Cylindrical-coordinate representation of color #F09CE7: hue angle of 306.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CE7 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240156231-
CMYK00.350.040.06
HSL306.43º73.68%77.65%-
HSV(B)306.43º35%94.12%-
XYZ62.2548.0781.6-
YUV189.67151.33163.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 156 (61.33% from 255) = 24.88%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=38.28%
G=24.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015623100.350.040.06306.4373.6877.65
HexF09CE7023461324a4e
Octal36023434704346462112116
Binary111100001001110011100111010001110011010011001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CE7; }

 p { color: rgb(240,156,231); }

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

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

 a { background-color: rgb(240,156,231); }

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

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

 span { border-color: rgb(240,156,231); }

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