Html Css Color HEX #FFA0FA Lavender Rose

📋 copy color: '#FFA0FA'

red 255 ◦ green 160 ◦ blue 250

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

Shades of Lavender Rose #FFA0FA

Tints of Lavender Rose #FFA0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 38.35%
G = 24.06%
B = 37.59%

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

#FFA0FA (or 0xFFA0FA) is known color: Lavender Rose. HEX triplet: FF, A0 and FA. RGB value is (255,160,250). Sum of RGB (Red+Green+Blue) = 255+160+250=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 160 (62.89% from 255 or 24.06% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FA is #005F05. Grayscale: #C6C6C6. Windows color (decimal): -24326 or 16425215. OLE color: 16425215.

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

Color convert

RGB 255 160 250 -
CMYK 0 0.37 0.02 0
HSL 303.16º 1% 0.81% -
HSV(B) 303.16º 0.37% 1% -
XYZ 71.07 53.3 96.99 -
YUV 198.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 255 160 250 0 0.37 0.02 0 303.16 1 0.81
Hex FF A0 FA 0 25 2 0 12F 64 51
Octal 377 240 372 0 45 2 0 457 144 121
Binary 11111111 10100000 11111010 0 100101 10 0 100101111 1100100 1010001

Color Harmonies of #FFA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0FA

Black with #FFA0FA

Text Example


Text Example

White with #FFA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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