Html Css Color HEX #F9ADDE Lavender Rose

📋 copy color: '#F9ADDE'

red 249 ◦ green 173 ◦ blue 222

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

Shades of Lavender Rose #F9ADDE

Tints of Lavender Rose #F9ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.47%

R = 38.66%
G = 26.86%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9ADDE (or 0xF9ADDE) is known color: Lavender Rose. HEX triplet: F9, AD and DE. RGB value is (249,173,222). Sum of RGB (Red+Green+Blue) = 249+173+222=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDE is #065221. Grayscale: #C9C9C9. Windows color (decimal): -414242 or 14593529. OLE color: 14593529.

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

Color convert

RGB 249 173 222 -
CMYK 0 0.31 0.11 0.02
HSL 321.32º 0.86% 0.83% -
HSV(B) 321.32º 0.31% 0.98% -
XYZ 67.2 55.3 76.24 -
YUV 201.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 249 173 222 0 0.31 0.11 0.02 321.32 0.86 0.83
Hex F9 AD DE 0 1F B 2 141 56 53
Octal 371 255 336 0 37 13 2 501 126 123
Binary 11111001 10101101 11011110 0 11111 1011 10 101000001 1010110 1010011

Color Harmonies of #F9ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADDE

Black with #F9ADDE

Text Example


Text Example

White with #F9ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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