Html Css Color HEX #F9A9DE Lavender Rose

📋 copy color: '#F9A9DE'

red 249 ◦ green 169 ◦ blue 222

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

Shades of Lavender Rose #F9A9DE

Tints of Lavender Rose #F9A9DE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.41%

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

R = 38.91%
G = 26.41%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9A9DE (or 0xF9A9DE) is known color: Lavender Rose. HEX triplet: F9, A9 and DE. RGB value is (249,169,222). Sum of RGB (Red+Green+Blue) = 249+169+222=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9DE is #065621. Grayscale: #C6C6C6. Windows color (decimal): -415266 or 14592505. OLE color: 14592505.

HSL color Cylindrical-coordinate representation of color #F9A9DE: hue angle of 320.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9A9DE is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 222 -
CMYK 0 0.32 0.11 0.02
HSL 320.25º 0.87% 0.82% -
HSV(B) 320.25º 0.32% 0.98% -
XYZ 66.44 53.79 75.99 -
YUV 198.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 249 169 222 0 0.32 0.11 0.02 320.25 0.87 0.82
Hex F9 A9 DE 0 20 B 2 140 57 52
Octal 371 251 336 0 40 13 2 500 127 122
Binary 11111001 10101001 11011110 0 100000 1011 10 101000000 1010111 1010010

Color Harmonies of #F9A9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9DE

Black with #F9A9DE

Text Example


Text Example

White with #F9A9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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