Html Css Color HEX #F9AEDF Lavender Rose

📋 copy color: '#F9AEDF'

red 249 ◦ green 174 ◦ blue 223

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

Shades of Lavender Rose #F9AEDF

Tints of Lavender Rose #F9AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.93%

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

R = 38.54%
G = 26.93%
B = 34.52%

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

#F9AEDF (or 0xF9AEDF) is known color: Lavender Rose. HEX triplet: F9, AE and DF. RGB value is (249,174,223). Sum of RGB (Red+Green+Blue) = 249+174+223=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AEDF is #065120. Grayscale: #C9C9C9. Windows color (decimal): -413985 or 14659321. OLE color: 14659321.

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

Color convert

RGB 249 174 223 -
CMYK 0 0.30 0.10 0.02
HSL 320.8º 0.86% 0.83% -
HSV(B) 320.8º 0.3% 0.98% -
XYZ 67.52 55.74 77.01 -
YUV 202.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 249 174 223 0 0.30 0.10 0.02 320.8 0.86 0.83
Hex F9 AE DF 0 1E A 2 141 56 53
Octal 371 256 337 0 36 12 2 501 126 123
Binary 11111001 10101110 11011111 0 11110 1010 10 101000001 1010110 1010011

Color Harmonies of #F9AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AEDF

Black with #F9AEDF

Text Example


Text Example

White with #F9AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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