Html Css Color HEX #FFA8E1 Lavender Rose

📋 copy color: '#FFA8E1'

red 255 ◦ green 168 ◦ blue 225

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

Shades of Lavender Rose #FFA8E1

Tints of Lavender Rose #FFA8E1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.93%

 BLUE value IS 225 (88.28% from 255) = 34.72%

R = 39.35%
G = 25.93%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFA8E1 (or 0xFFA8E1) is known color: Lavender Rose. HEX triplet: FF, A8 and E1. RGB value is (255,168,225). Sum of RGB (Red+Green+Blue) = 255+168+225=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E1 is #00571E. Grayscale: #C8C8C8. Windows color (decimal): -22303 or 14788863. OLE color: 14788863.

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

Color convert

RGB 255 168 225 -
CMYK 0 0.34 0.12 0
HSL 320.69º 1% 0.83% -
HSV(B) 320.69º 0.34% 1% -
XYZ 68.83 54.7 78.16 -
YUV 200.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 255 168 225 0 0.34 0.12 0 320.69 1 0.83
Hex FF A8 E1 0 22 C 0 141 64 53
Octal 377 250 341 0 42 14 0 501 144 123
Binary 11111111 10101000 11100001 0 100010 1100 0 101000001 1100100 1010011

Color Harmonies of #FFA8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8E1

Black with #FFA8E1

Text Example


Text Example

White with #FFA8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8E1; }

 p { color: rgb(255,168,225); }

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

background-color css

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

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

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

border-color css

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

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

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