Html Css Color HEX #FFA6FF Lavender Rose

📋 copy color: '#FFA6FF'

red 255 ◦ green 166 ◦ blue 255

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

Shades of Lavender Rose #FFA6FF

Tints of Lavender Rose #FFA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 24.56%

 BLUE value IS 255 (100% from 255) = 37.72%

R = 37.72%
G = 24.56%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFA6FF (or 0xFFA6FF) is known color: Lavender Rose. HEX triplet: FF, A6 and FF. RGB value is (255,166,255). Sum of RGB (Red+Green+Blue) = 255+166+255=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 166 (65.23% from 255 or 24.56% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6FF is #005900. Grayscale: #CACACA. Windows color (decimal): -22785 or 16754431. OLE color: 16754431.

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

Color convert

RGB 255 166 255 -
CMYK 0 0.35 0 0
HSL 300º 1% 0.83% -
HSV(B) 300º 0.35% 1% -
XYZ 72.93 55.75 101.53 -
YUV 202.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 255 166 255 0 0.35 0 0 300 1 0.83
Hex FF A6 FF 0 23 0 0 12C 64 53
Octal 377 246 377 0 43 0 0 454 144 123
Binary 11111111 10100110 11111111 0 100011 0 0 100101100 1100100 1010011

Color Harmonies of #FFA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6FF

Black with #FFA6FF

Text Example


Text Example

White with #FFA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6FF; }

 p { color: rgb(255,166,255); }

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

background-color css

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

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

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

border-color css

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

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

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