Html Css Color HEX #F09BDD Lavender Rose

📋 copy color: '#F09BDD'

red 240 ◦ green 155 ◦ blue 221

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

Shades of Lavender Rose #F09BDD

Tints of Lavender Rose #F09BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.16%

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 38.96%
G = 25.16%
B = 35.88%

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

#F09BDD (or 0xF09BDD) is known color: Lavender Rose. HEX triplet: F0, 9B and DD. RGB value is (240,155,221). Sum of RGB (Red+Green+Blue) = 240+155+221=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDD is #0F6422. Grayscale: #BBBBBB. Windows color (decimal): -1008675 or 14523376. OLE color: 14523376.

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

Color convert

RGB 240 155 221 -
CMYK 0 0.35 0.08 0.06
HSL 313.41º 0.74% 0.77% -
HSV(B) 313.41º 0.35% 0.94% -
XYZ 60.71 47.19 74.32 -
YUV 187.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 240 155 221 0 0.35 0.08 0.06 313.41 0.74 0.77
Hex F0 9B DD 0 23 8 6 139 4A 4D
Octal 360 233 335 0 43 10 6 471 112 115
Binary 11110000 10011011 11011101 0 100011 1000 110 100111001 1001010 1001101

Color Harmonies of #F09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BDD

Black with #F09BDD

Text Example


Text Example

White with #F09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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