Html Css Color HEX #F9A5DF Lavender Rose

📋 copy color: '#F9A5DF'

red 249 ◦ green 165 ◦ blue 223

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

Shades of Lavender Rose #F9A5DF

Tints of Lavender Rose #F9A5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 39.09%
G = 25.9%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9A5DF (or 0xF9A5DF) is known color: Lavender Rose. HEX triplet: F9, A5 and DF. RGB value is (249,165,223). Sum of RGB (Red+Green+Blue) = 249+165+223=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5DF is #065A20. Grayscale: #C4C4C4. Windows color (decimal): -416289 or 14657017. OLE color: 14657017.

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

Color convert

RGB 249 165 223 -
CMYK 0 0.34 0.10 0.02
HSL 318.57º 0.88% 0.81% -
HSV(B) 318.57º 0.34% 0.98% -
XYZ 65.84 52.38 76.45 -
YUV 196.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 249 165 223 0 0.34 0.10 0.02 318.57 0.88 0.81
Hex F9 A5 DF 0 22 A 2 13F 58 51
Octal 371 245 337 0 42 12 2 477 130 121
Binary 11111001 10100101 11011111 0 100010 1010 10 100111111 1011000 1010001

Color Harmonies of #F9A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A5DF

Black with #F9A5DF

Text Example


Text Example

White with #F9A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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