Html Css Color HEX #F9A2E5 Lavender Rose

📋 copy color: '#F9A2E5'

red 249 ◦ green 162 ◦ blue 229

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

Shades of Lavender Rose #F9A2E5

Tints of Lavender Rose #F9A2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.31%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 38.91%
G = 25.31%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9A2E5 (or 0xF9A2E5) is known color: Lavender Rose. HEX triplet: F9, A2 and E5. RGB value is (249,162,229). Sum of RGB (Red+Green+Blue) = 249+162+229=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2E5 is #065D1A. Grayscale: #C3C3C3. Windows color (decimal): -417051 or 15049465. OLE color: 15049465.

HSL color Cylindrical-coordinate representation of color #F9A2E5: hue angle of 313.79º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2E5 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 229 -
CMYK 0 0.35 0.08 0.02
HSL 313.79º 0.88% 0.81% -
HSV(B) 313.79º 0.35% 0.98% -
XYZ 66.13 51.64 80.61 -
YUV 195.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 249 162 229 0 0.35 0.08 0.02 313.79 0.88 0.81
Hex F9 A2 E5 0 23 8 2 13A 58 51
Octal 371 242 345 0 43 10 2 472 130 121
Binary 11111001 10100010 11100101 0 100011 1000 10 100111010 1011000 1010001

Color Harmonies of #F9A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2E5

Black with #F9A2E5

Text Example


Text Example

White with #F9A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2E5; }

 p { color: rgb(249,162,229); }

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

background-color css

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

 a { background-color: rgb(249,162,229); }

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

border-color css

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

 span { border-color: rgb(249,162,229); }

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