Html Css Color HEX #F09DDC Lavender Rose

📋 copy color: '#F09DDC'

red 240 ◦ green 157 ◦ blue 220

#F09DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F09DDC

Tints of Lavender Rose #F09DDC

RGB

 RED value IS 240 (94.14% from 255) = 38.9%

 GREEN value IS 157 (61.72% from 255) = 25.45%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 38.9%
G = 25.45%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F09DDC (or 0xF09DDC) is known color: Lavender Rose. HEX triplet: F0, 9D and DC. RGB value is (240,157,220). Sum of RGB (Red+Green+Blue) = 240+157+220=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DDC is #0F6223. Grayscale: #BCBCBC. Windows color (decimal): -1008164 or 14458352. OLE color: 14458352.

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

Color convert

RGB 240 157 220 -
CMYK 0 0.35 0.08 0.06
HSL 314.46º 0.73% 0.78% -
HSV(B) 314.46º 0.35% 0.94% -
XYZ 60.91 47.81 73.73 -
YUV 189 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 240 157 220 0 0.35 0.08 0.06 314.46 0.73 0.78
Hex F0 9D DC 0 23 8 6 13A 49 4E
Octal 360 235 334 0 43 10 6 472 111 116
Binary 11110000 10011101 11011100 0 100011 1000 110 100111010 1001001 1001110

Color Harmonies of #F09DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DDC

Black with #F09DDC

Text Example


Text Example

White with #F09DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DDC; }

 p { color: rgb(240,157,220); }

 H1.HeaderClassName
 {
   color: #F09DDC;
 }
 .AnyTagClassName
 {
   color: #F09DDC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,157,220); }

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

border-color css

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

 span { border-color: rgb(240,157,220); }

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