Html Css Color HEX #FFA0F0 Lavender Rose

📋 copy color: '#FFA0F0'

red 255 ◦ green 160 ◦ blue 240

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

Shades of Lavender Rose #FFA0F0

Tints of Lavender Rose #FFA0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.64%

R = 38.93%
G = 24.43%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFA0F0 (or 0xFFA0F0) is known color: Lavender Rose. HEX triplet: FF, A0 and F0. RGB value is (255,160,240). Sum of RGB (Red+Green+Blue) = 255+160+240=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F0 is #005F0F. Grayscale: #C5C5C5. Windows color (decimal): -24336 or 15769855. OLE color: 15769855.

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

Color convert

RGB 255 160 240 -
CMYK 0 0.37 0.06 0
HSL 309.47º 1% 0.81% -
HSV(B) 309.47º 0.37% 1% -
XYZ 69.54 52.69 88.94 -
YUV 197.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 255 160 240 0 0.37 0.06 0 309.47 1 0.81
Hex FF A0 F0 0 25 6 0 135 64 51
Octal 377 240 360 0 45 6 0 465 144 121
Binary 11111111 10100000 11110000 0 100101 110 0 100110101 1100100 1010001

Color Harmonies of #FFA0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0F0

Black with #FFA0F0

Text Example


Text Example

White with #FFA0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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