Html Css Color HEX #FFA6E4 Lavender Rose

📋 copy color: '#FFA6E4'

red 255 ◦ green 166 ◦ blue 228

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

Shades of Lavender Rose #FFA6E4

Tints of Lavender Rose #FFA6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.13%

R = 39.29%
G = 25.58%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFA6E4 (or 0xFFA6E4) is known color: Lavender Rose. HEX triplet: FF, A6 and E4. RGB value is (255,166,228). Sum of RGB (Red+Green+Blue) = 255+166+228=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6E4 is #00591B. Grayscale: #C7C7C7. Windows color (decimal): -22812 or 14984959. OLE color: 14984959.

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

Color convert

RGB 255 166 228 -
CMYK 0 0.35 0.11 0
HSL 318.2º 1% 0.83% -
HSV(B) 318.2º 0.35% 1% -
XYZ 68.88 54.13 80.22 -
YUV 199.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 255 166 228 0 0.35 0.11 0 318.2 1 0.83
Hex FF A6 E4 0 23 B 0 13E 64 53
Octal 377 246 344 0 43 13 0 476 144 123
Binary 11111111 10100110 11100100 0 100011 1011 0 100111110 1100100 1010011

Color Harmonies of #FFA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6E4

Black with #FFA6E4

Text Example


Text Example

White with #FFA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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