Html Css Color HEX #F9A6DB Lavender Rose

📋 copy color: '#F9A6DB'

red 249 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #F9A6DB

Tints of Lavender Rose #F9A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.18%

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

R = 39.27%
G = 26.18%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9A6DB (or 0xF9A6DB) is known color: Lavender Rose. HEX triplet: F9, A6 and DB. RGB value is (249,166,219). Sum of RGB (Red+Green+Blue) = 249+166+219=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6DB is #065924. Grayscale: #C4C4C4. Windows color (decimal): -416037 or 14395129. OLE color: 14395129.

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

Color convert

RGB 249 166 219 -
CMYK 0 0.33 0.12 0.02
HSL 321.69º 0.87% 0.81% -
HSV(B) 321.69º 0.33% 0.98% -
XYZ 65.49 52.53 73.7 -
YUV 196.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 249 166 219 0 0.33 0.12 0.02 321.69 0.87 0.81
Hex F9 A6 DB 0 21 C 2 142 57 51
Octal 371 246 333 0 41 14 2 502 127 121
Binary 11111001 10100110 11011011 0 100001 1100 10 101000010 1010111 1010001

Color Harmonies of #F9A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6DB

Black with #F9A6DB

Text Example


Text Example

White with #F9A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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