Html Css Color HEX #FFA0FB Lavender Rose

📋 copy color: '#FFA0FB'

red 255 ◦ green 160 ◦ blue 251

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

Shades of Lavender Rose #FFA0FB

Tints of Lavender Rose #FFA0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.69%

R = 38.29%
G = 24.02%
B = 37.69%

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

#FFA0FB (or 0xFFA0FB) is known color: Lavender Rose. HEX triplet: FF, A0 and FB. RGB value is (255,160,251). Sum of RGB (Red+Green+Blue) = 255+160+251=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 160 (62.89% from 255 or 24.02% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FB is #005F04. Grayscale: #C6C6C6. Windows color (decimal): -24325 or 16490751. OLE color: 16490751.

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

Color convert

RGB 255 160 251 -
CMYK 0 0.37 0.02 0
HSL 302.53º 1% 0.81% -
HSV(B) 302.53º 0.37% 1% -
XYZ 71.22 53.37 97.81 -
YUV 198.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 255 160 251 0 0.37 0.02 0 302.53 1 0.81
Hex FF A0 FB 0 25 2 0 12F 64 51
Octal 377 240 373 0 45 2 0 457 144 121
Binary 11111111 10100000 11111011 0 100101 10 0 100101111 1100100 1010001

Color Harmonies of #FFA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0FB

Black with #FFA0FB

Text Example


Text Example

White with #FFA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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