#F09CDD

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

Shades of Lavender Rose #F09CDD

Tints of Lavender Rose #F09CDD

Color information

#F09CDD (or 0xF09CDD) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and DD. RGB value is (240,156,221). Sum of RGB (Red+Green+Blue) = 240+156+221=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDD is #0F6322. Grayscale: #BCBCBC. Windows color (decimal): -1008419 or 14523632. OLE color: 14523632.

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

Color convert

RGB240156221-
CMYK00.350.080.06
HSL313.57º73.68%77.65%-
HSV(B)313.57º35%94.12%-
XYZ60.8747.5274.37-
YUV188.53146.33164.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=38.90%
G=25.28%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015622100.350.080.06313.5773.6877.65
HexF09CDD0238613a4a4e
Octal360234335043106472112116
Binary1111000010011100110111010100011100011010011101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CDD; }

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

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

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

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

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

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

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

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