Html Css Color HEX #F9A5DC Lavender Rose

📋 copy color: '#F9A5DC'

red 249 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #F9A5DC

Tints of Lavender Rose #F9A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.03%

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 39.27%
G = 26.03%
B = 34.7%

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

#F9A5DC (or 0xF9A5DC) is known color: Lavender Rose. HEX triplet: F9, A5 and DC. RGB value is (249,165,220). Sum of RGB (Red+Green+Blue) = 249+165+220=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5DC is #065A23. Grayscale: #C4C4C4. Windows color (decimal): -416292 or 14460409. OLE color: 14460409.

HSL color Cylindrical-coordinate representation of color #F9A5DC: hue angle of 320.71º 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 #F9A5DC is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 165 220 -
CMYK 0 0.34 0.12 0.02
HSL 320.71º 0.88% 0.81% -
HSV(B) 320.71º 0.34% 0.98% -
XYZ 65.44 52.22 74.34 -
YUV 196.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 249 165 220 0 0.34 0.12 0.02 320.71 0.88 0.81
Hex F9 A5 DC 0 22 C 2 141 58 51
Octal 371 245 334 0 42 14 2 501 130 121
Binary 11111001 10100101 11011100 0 100010 1100 10 101000001 1011000 1010001

Color Harmonies of #F9A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A5DC

Black with #F9A5DC

Text Example


Text Example

White with #F9A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A5DC; }

 p { color: rgb(249,165,220); }

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

background-color css

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

 a { background-color: rgb(249,165,220); }

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

border-color css

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

 span { border-color: rgb(249,165,220); }

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