Html Css Color HEX #F9ADEA Lavender Rose

📋 copy color: '#F9ADEA'

red 249 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #F9ADEA

Tints of Lavender Rose #F9ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 37.96%
G = 26.37%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9ADEA (or 0xF9ADEA) is known color: Lavender Rose. HEX triplet: F9, AD and EA. RGB value is (249,173,234). Sum of RGB (Red+Green+Blue) = 249+173+234=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADEA is #065215. Grayscale: #CACACA. Windows color (decimal): -414230 or 15379961. OLE color: 15379961.

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

Color convert

RGB 249 173 234 -
CMYK 0 0.31 0.06 0.02
HSL 311.84º 0.86% 0.83% -
HSV(B) 311.84º 0.31% 0.98% -
XYZ 68.86 55.97 85.02 -
YUV 202.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 249 173 234 0 0.31 0.06 0.02 311.84 0.86 0.83
Hex F9 AD EA 0 1F 6 2 138 56 53
Octal 371 255 352 0 37 6 2 470 126 123
Binary 11111001 10101101 11101010 0 11111 110 10 100111000 1010110 1010011

Color Harmonies of #F9ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADEA

Black with #F9ADEA

Text Example


Text Example

White with #F9ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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