Html Css Color HEX #F09BDA Lavender Rose

📋 copy color: '#F09BDA'

red 240 ◦ green 155 ◦ blue 218

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

Shades of Lavender Rose #F09BDA

Tints of Lavender Rose #F09BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 39.15%
G = 25.29%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F09BDA (or 0xF09BDA) is known color: Lavender Rose. HEX triplet: F0, 9B and DA. RGB value is (240,155,218). Sum of RGB (Red+Green+Blue) = 240+155+218=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDA is #0F6425. Grayscale: #BBBBBB. Windows color (decimal): -1008678 or 14326768. OLE color: 14326768.

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

Color convert

RGB 240 155 218 -
CMYK 0 0.35 0.09 0.06
HSL 315.53º 0.74% 0.77% -
HSV(B) 315.53º 0.35% 0.94% -
XYZ 60.31 47.03 72.23 -
YUV 187.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 240 155 218 0 0.35 0.09 0.06 315.53 0.74 0.77
Hex F0 9B DA 0 23 9 6 13C 4A 4D
Octal 360 233 332 0 43 11 6 474 112 115
Binary 11110000 10011011 11011010 0 100011 1001 110 100111100 1001010 1001101

Color Harmonies of #F09BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BDA

Black with #F09BDA

Text Example


Text Example

White with #F09BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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