Html Css Color HEX #FFA2E4 Lavender Rose

📋 copy color: '#FFA2E4'

red 255 ◦ green 162 ◦ blue 228

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

Shades of Lavender Rose #FFA2E4

Tints of Lavender Rose #FFA2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.12%

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

R = 39.53%
G = 25.12%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFA2E4 (or 0xFFA2E4) is known color: Lavender Rose. HEX triplet: FF, A2 and E4. RGB value is (255,162,228). Sum of RGB (Red+Green+Blue) = 255+162+228=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2E4 is #005D1B. Grayscale: #C5C5C5. Windows color (decimal): -23836 or 14983935. OLE color: 14983935.

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

Color convert

RGB 255 162 228 -
CMYK 0 0.36 0.11 0
HSL 317.42º 1% 0.82% -
HSV(B) 317.42º 0.36% 1% -
XYZ 68.16 52.7 79.98 -
YUV 197.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 255 162 228 0 0.36 0.11 0 317.42 1 0.82
Hex FF A2 E4 0 24 B 0 13D 64 52
Octal 377 242 344 0 44 13 0 475 144 122
Binary 11111111 10100010 11100100 0 100100 1011 0 100111101 1100100 1010010

Color Harmonies of #FFA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2E4

Black with #FFA2E4

Text Example


Text Example

White with #FFA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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