Html Css Color HEX #FFA6E7 Lavender Rose

📋 copy color: '#FFA6E7'

red 255 ◦ green 166 ◦ blue 231

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

Shades of Lavender Rose #FFA6E7

Tints of Lavender Rose #FFA6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.43%

R = 39.11%
G = 25.46%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFA6E7 (or 0xFFA6E7) is known color: Lavender Rose. HEX triplet: FF, A6 and E7. RGB value is (255,166,231). Sum of RGB (Red+Green+Blue) = 255+166+231=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6E7 is #005918. Grayscale: #C7C7C7. Windows color (decimal): -22809 or 15181567. OLE color: 15181567.

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

Color convert

RGB 255 166 231 -
CMYK 0 0.35 0.09 0
HSL 316.18º 1% 0.83% -
HSV(B) 316.18º 0.35% 1% -
XYZ 69.3 54.3 82.43 -
YUV 200.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 255 166 231 0 0.35 0.09 0 316.18 1 0.83
Hex FF A6 E7 0 23 9 0 13C 64 53
Octal 377 246 347 0 43 11 0 474 144 123
Binary 11111111 10100110 11100111 0 100011 1001 0 100111100 1100100 1010011

Color Harmonies of #FFA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6E7

Black with #FFA6E7

Text Example


Text Example

White with #FFA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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