#F09CE2

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

Shades of Lavender Rose #F09CE2

Tints of Lavender Rose #F09CE2

Color information

#F09CE2 (or 0xF09CE2) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and E2. RGB value is (240,156,226). Sum of RGB (Red+Green+Blue) = 240+156+226=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CE2 is #0F631D. Grayscale: #BCBCBC. Windows color (decimal): -1008414 or 14851312. OLE color: 14851312.

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

Color convert

RGB240156226-
CMYK00.350.060.06
HSL310º73.68%77.65%-
HSV(B)310º35%94.12%-
XYZ61.5547.7977.93-
YUV189.1148.83164.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 156 (61.33% from 255) = 25.08%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=38.59%
G=25.08%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015622600.350.060.0631073.6877.65
HexF09CE2023661364a4e
Octal36023434204366466112116
Binary111100001001110011100010010001111011010011011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CE2; }

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

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

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

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

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

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

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

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