Html Css Color HEX #F9A4DB Lavender Rose

📋 copy color: '#F9A4DB'

red 249 ◦ green 164 ◦ blue 219

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

Shades of Lavender Rose #F9A4DB

Tints of Lavender Rose #F9A4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.95%

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

R = 39.4%
G = 25.95%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9A4DB (or 0xF9A4DB) is known color: Lavender Rose. HEX triplet: F9, A4 and DB. RGB value is (249,164,219). Sum of RGB (Red+Green+Blue) = 249+164+219=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4DB is #065B24. Grayscale: #C3C3C3. Windows color (decimal): -416549 or 14394617. OLE color: 14394617.

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

Color convert

RGB 249 164 219 -
CMYK 0 0.34 0.12 0.02
HSL 321.18º 0.88% 0.81% -
HSV(B) 321.18º 0.34% 0.98% -
XYZ 65.13 51.81 73.58 -
YUV 195.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 249 164 219 0 0.34 0.12 0.02 321.18 0.88 0.81
Hex F9 A4 DB 0 22 C 2 141 58 51
Octal 371 244 333 0 42 14 2 501 130 121
Binary 11111001 10100100 11011011 0 100010 1100 10 101000001 1011000 1010001

Color Harmonies of #F9A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A4DB

Black with #F9A4DB

Text Example


Text Example

White with #F9A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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