Html Css Color HEX #F09BED Lavender Rose

📋 copy color: '#F09BED'

red 240 ◦ green 155 ◦ blue 237

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

Shades of Lavender Rose #F09BED

Tints of Lavender Rose #F09BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 37.97%
G = 24.53%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F09BED (or 0xF09BED) is known color: Lavender Rose. HEX triplet: F0, 9B and ED. RGB value is (240,155,237). Sum of RGB (Red+Green+Blue) = 240+155+237=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BED is #0F6412. Grayscale: #BDBDBD. Windows color (decimal): -1008659 or 15571952. OLE color: 15571952.

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

Color convert

RGB 240 155 237 -
CMYK 0 0.35 0.01 0.06
HSL 302.12º 0.74% 0.77% -
HSV(B) 302.12º 0.35% 0.94% -
XYZ 62.94 48.08 86.08 -
YUV 189.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 240 155 237 0 0.35 0.01 0.06 302.12 0.74 0.77
Hex F0 9B ED 0 23 1 6 12E 4A 4D
Octal 360 233 355 0 43 1 6 456 112 115
Binary 11110000 10011011 11101101 0 100011 1 110 100101110 1001010 1001101

Color Harmonies of #F09BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BED

Black with #F09BED

Text Example


Text Example

White with #F09BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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