Html Css Color HEX #F99DDB Lavender Rose

📋 copy color: '#F99DDB'

red 249 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F99DDB

Tints of Lavender Rose #F99DDB

RGB

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

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

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

R = 39.84%
G = 25.12%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F99DDB (or 0xF99DDB) is known color: Lavender Rose. HEX triplet: F9, 9D and DB. RGB value is (249,157,219). Sum of RGB (Red+Green+Blue) = 249+157+219=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DDB is #066224. Grayscale: #BFBFBF. Windows color (decimal): -418341 or 14392825. OLE color: 14392825.

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

Color convert

RGB 249 157 219 -
CMYK 0 0.37 0.12 0.02
HSL 319.57º 0.88% 0.8% -
HSV(B) 319.57º 0.37% 0.98% -
XYZ 63.91 49.37 73.18 -
YUV 191.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 249 157 219 0 0.37 0.12 0.02 319.57 0.88 0.8
Hex F9 9D DB 0 25 C 2 140 58 50
Octal 371 235 333 0 45 14 2 500 130 120
Binary 11111001 10011101 11011011 0 100101 1100 10 101000000 1011000 1010000

Color Harmonies of #F99DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DDB

Black with #F99DDB

Text Example


Text Example

White with #F99DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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