Html Css Color HEX #F9A8DB Lavender Rose

📋 copy color: '#F9A8DB'

red 249 ◦ green 168 ◦ blue 219

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

Shades of Lavender Rose #F9A8DB

Tints of Lavender Rose #F9A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.42%

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

R = 39.15%
G = 26.42%
B = 34.43%

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

#F9A8DB (or 0xF9A8DB) is known color: Lavender Rose. HEX triplet: F9, A8 and DB. RGB value is (249,168,219). Sum of RGB (Red+Green+Blue) = 249+168+219=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8DB is #065724. Grayscale: #C5C5C5. Windows color (decimal): -415525 or 14395641. OLE color: 14395641.

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

Color convert

RGB 249 168 219 -
CMYK 0 0.33 0.12 0.02
HSL 322.22º 0.87% 0.82% -
HSV(B) 322.22º 0.33% 0.98% -
XYZ 65.86 53.26 73.83 -
YUV 198.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 249 168 219 0 0.33 0.12 0.02 322.22 0.87 0.82
Hex F9 A8 DB 0 21 C 2 142 57 52
Octal 371 250 333 0 41 14 2 502 127 122
Binary 11111001 10101000 11011011 0 100001 1100 10 101000010 1010111 1010010

Color Harmonies of #F9A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A8DB

Black with #F9A8DB

Text Example


Text Example

White with #F9A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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