Html Css Color HEX #F9ADDF Lavender Rose

📋 copy color: '#F9ADDF'

red 249 ◦ green 173 ◦ blue 223

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

Shades of Lavender Rose #F9ADDF

Tints of Lavender Rose #F9ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.82%

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

R = 38.6%
G = 26.82%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9ADDF (or 0xF9ADDF) is known color: Lavender Rose. HEX triplet: F9, AD and DF. RGB value is (249,173,223). Sum of RGB (Red+Green+Blue) = 249+173+223=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDF is #065220. Grayscale: #C9C9C9. Windows color (decimal): -414241 or 14659065. OLE color: 14659065.

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

Color convert

RGB 249 173 223 -
CMYK 0 0.31 0.10 0.02
HSL 320.53º 0.86% 0.83% -
HSV(B) 320.53º 0.31% 0.98% -
XYZ 67.33 55.35 76.95 -
YUV 201.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 249 173 223 0 0.31 0.10 0.02 320.53 0.86 0.83
Hex F9 AD DF 0 1F A 2 141 56 53
Octal 371 255 337 0 37 12 2 501 126 123
Binary 11111001 10101101 11011111 0 11111 1010 10 101000001 1010110 1010011

Color Harmonies of #F9ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADDF

Black with #F9ADDF

Text Example


Text Example

White with #F9ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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