#f09ce0

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

Shades of Lavender Rose #F09CE0

Tints of Lavender Rose #F09CE0

Color information

#F09CE0 (or 0xF09CE0) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and E0. RGB value is (240,156,224). Sum of RGB (Red+Green+Blue) = 240+156+224=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CE0 is #0F631F. Grayscale: #BCBCBC. Windows color (decimal): -1008416 or 14720240. OLE color: 14720240.

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

Color convert

RGB240156224-
CMYK00.350.070.06
HSL311.43º73.68%77.65%-
HSV(B)311.43º35%94.12%-
XYZ61.2847.6876.5-
YUV188.87147.83164.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 156 (61.33% from 255) = 25.16%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=38.71%
G=25.16%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015622400.350.070.06311.4373.6877.65
HexF09CE0023761374a4e
Octal36023434004376467112116
Binary111100001001110011100000010001111111010011011110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09ce0; }

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

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

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

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

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

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

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

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