Html Css Color HEX #F99BDB Lavender Rose

📋 copy color: '#F99BDB'

red 249 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #F99BDB

Tints of Lavender Rose #F99BDB

RGB

 RED value IS 249 (97.66% from 255) = 39.97%

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 39.97%
G = 24.88%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F99BDB (or 0xF99BDB) is known color: Lavender Rose. HEX triplet: F9, 9B and DB. RGB value is (249,155,219). Sum of RGB (Red+Green+Blue) = 249+155+219=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BDB is #066424. Grayscale: #BEBEBE. Windows color (decimal): -418853 or 14392313. OLE color: 14392313.

HSL color Cylindrical-coordinate representation of color #F99BDB: hue angle of 319.15º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BDB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 155 219 -
CMYK 0 0.38 0.12 0.02
HSL 319.15º 0.89% 0.79% -
HSV(B) 319.15º 0.38% 0.98% -
XYZ 63.57 48.7 73.07 -
YUV 190.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 249 155 219 0 0.38 0.12 0.02 319.15 0.89 0.79
Hex F9 9B DB 0 26 C 2 13F 59 4F
Octal 371 233 333 0 46 14 2 477 131 117
Binary 11111001 10011011 11011011 0 100110 1100 10 100111111 1011001 1001111

Color Harmonies of #F99BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BDB

Black with #F99BDB

Text Example


Text Example

White with #F99BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BDB; }

 p { color: rgb(249,155,219); }

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

background-color css

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

 a { background-color: rgb(249,155,219); }

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

border-color css

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

 span { border-color: rgb(249,155,219); }

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