Html Css Color HEX #FFA0F9 Lavender Rose

📋 copy color: '#FFA0F9'

red 255 ◦ green 160 ◦ blue 249

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

Shades of Lavender Rose #FFA0F9

Tints of Lavender Rose #FFA0F9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.1%

 BLUE value IS 249 (97.66% from 255) = 37.5%

R = 38.4%
G = 24.1%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFA0F9 (or 0xFFA0F9) is known color: Lavender Rose. HEX triplet: FF, A0 and F9. RGB value is (255,160,249). Sum of RGB (Red+Green+Blue) = 255+160+249=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 160 (62.89% from 255 or 24.10% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F9 is #005F06. Grayscale: #C6C6C6. Windows color (decimal): -24327 or 16359679. OLE color: 16359679.

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

Color convert

RGB 255 160 249 -
CMYK 0 0.37 0.02 0
HSL 303.79º 1% 0.81% -
HSV(B) 303.79º 0.37% 1% -
XYZ 70.91 53.24 96.16 -
YUV 198.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 255 160 249 0 0.37 0.02 0 303.79 1 0.81
Hex FF A0 F9 0 25 2 0 130 64 51
Octal 377 240 371 0 45 2 0 460 144 121
Binary 11111111 10100000 11111001 0 100101 10 0 100110000 1100100 1010001

Color Harmonies of #FFA0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0F9

Black with #FFA0F9

Text Example


Text Example

White with #FFA0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0F9; }

 p { color: rgb(255,160,249); }

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

background-color css

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

 a { background-color: rgb(255,160,249); }

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

border-color css

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

 span { border-color: rgb(255,160,249); }

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