Html Css Color HEX #F9AFDF Lavender Rose

📋 copy color: '#F9AFDF'

red 249 ◦ green 175 ◦ blue 223

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

Shades of Lavender Rose #F9AFDF

Tints of Lavender Rose #F9AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.05%

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

R = 38.49%
G = 27.05%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9AFDF (or 0xF9AFDF) is known color: Lavender Rose. HEX triplet: F9, AF and DF. RGB value is (249,175,223). Sum of RGB (Red+Green+Blue) = 249+175+223=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDF is #065020. Grayscale: #CACACA. Windows color (decimal): -413729 or 14659577. OLE color: 14659577.

HSL color Cylindrical-coordinate representation of color #F9AFDF: hue angle of 321.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFDF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 223 -
CMYK 0 0.30 0.10 0.02
HSL 321.08º 0.86% 0.83% -
HSV(B) 321.08º 0.3% 0.98% -
XYZ 67.72 56.13 77.08 -
YUV 202.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 249 175 223 0 0.30 0.10 0.02 321.08 0.86 0.83
Hex F9 AF DF 0 1E A 2 141 56 53
Octal 371 257 337 0 36 12 2 501 126 123
Binary 11111001 10101111 11011111 0 11110 1010 10 101000001 1010110 1010011

Color Harmonies of #F9AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFDF

Black with #F9AFDF

Text Example


Text Example

White with #F9AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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