Html Css Color HEX #FFA6E6 Lavender Rose

📋 copy color: '#FFA6E6'

red 255 ◦ green 166 ◦ blue 230

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

Shades of Lavender Rose #FFA6E6

Tints of Lavender Rose #FFA6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 39.17%
G = 25.5%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFA6E6 (or 0xFFA6E6) is known color: Lavender Rose. HEX triplet: FF, A6 and E6. RGB value is (255,166,230). Sum of RGB (Red+Green+Blue) = 255+166+230=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6E6 is #005919. Grayscale: #C7C7C7. Windows color (decimal): -22810 or 15116031. OLE color: 15116031.

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

Color convert

RGB 255 166 230 -
CMYK 0 0.35 0.10 0
HSL 316.85º 1% 0.83% -
HSV(B) 316.85º 0.35% 1% -
XYZ 69.16 54.25 81.69 -
YUV 199.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 255 166 230 0 0.35 0.10 0 316.85 1 0.83
Hex FF A6 E6 0 23 A 0 13D 64 53
Octal 377 246 346 0 43 12 0 475 144 123
Binary 11111111 10100110 11100110 0 100011 1010 0 100111101 1100100 1010011

Color Harmonies of #FFA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6E6

Black with #FFA6E6

Text Example


Text Example

White with #FFA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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