Html Css Color HEX #FFA9E2 Lavender Rose

📋 copy color: '#FFA9E2'

red 255 ◦ green 169 ◦ blue 226

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

Shades of Lavender Rose #FFA9E2

Tints of Lavender Rose #FFA9E2

RGB

 RED value IS 255 (100% from 255) = 39.23%

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

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 39.23%
G = 26%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFA9E2 (or 0xFFA9E2) is known color: Lavender Rose. HEX triplet: FF, A9 and E2. RGB value is (255,169,226). Sum of RGB (Red+Green+Blue) = 255+169+226=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9E2 is #00561D. Grayscale: #C9C9C9. Windows color (decimal): -22046 or 14854655. OLE color: 14854655.

HSL color Cylindrical-coordinate representation of color #FFA9E2: hue angle of 320.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9E2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 169 226 -
CMYK 0 0.34 0.11 0
HSL 320.23º 1% 0.83% -
HSV(B) 320.23º 0.34% 1% -
XYZ 69.16 55.13 78.95 -
YUV 201.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 255 169 226 0 0.34 0.11 0 320.23 1 0.83
Hex FF A9 E2 0 22 B 0 140 64 53
Octal 377 251 342 0 42 13 0 500 144 123
Binary 11111111 10101001 11100010 0 100010 1011 0 101000000 1100100 1010011

Color Harmonies of #FFA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9E2

Black with #FFA9E2

Text Example


Text Example

White with #FFA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9E2; }

 p { color: rgb(255,169,226); }

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

background-color css

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

 a { background-color: rgb(255,169,226); }

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

border-color css

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

 span { border-color: rgb(255,169,226); }

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