Html Css Color HEX #FFA9E0 Lavender Rose

📋 copy color: '#FFA9E0'

red 255 ◦ green 169 ◦ blue 224

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

Shades of Lavender Rose #FFA9E0

Tints of Lavender Rose #FFA9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.57%

R = 39.35%
G = 26.08%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFA9E0 (or 0xFFA9E0) is known color: Lavender Rose. HEX triplet: FF, A9 and E0. RGB value is (255,169,224). Sum of RGB (Red+Green+Blue) = 255+169+224=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9E0 is #00561F. Grayscale: #C8C8C8. Windows color (decimal): -22048 or 14723583. OLE color: 14723583.

HSL color Cylindrical-coordinate representation of color #FFA9E0: hue angle of 321.63º 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 #FFA9E0 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 169 224 -
CMYK 0 0.34 0.12 0
HSL 321.63º 1% 0.83% -
HSV(B) 321.63º 0.34% 1% -
XYZ 68.88 55.02 77.51 -
YUV 200.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 255 169 224 0 0.34 0.12 0 321.63 1 0.83
Hex FF A9 E0 0 22 C 0 142 64 53
Octal 377 251 340 0 42 14 0 502 144 123
Binary 11111111 10101001 11100000 0 100010 1100 0 101000010 1100100 1010011

Color Harmonies of #FFA9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9E0

Black with #FFA9E0

Text Example


Text Example

White with #FFA9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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