Html Css Color HEX #FFA1E4 Lavender Rose

📋 copy color: '#FFA1E4'

red 255 ◦ green 161 ◦ blue 228

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

Shades of Lavender Rose #FFA1E4

Tints of Lavender Rose #FFA1E4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25%

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

R = 39.6%
G = 25%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFA1E4 (or 0xFFA1E4) is known color: Lavender Rose. HEX triplet: FF, A1 and E4. RGB value is (255,161,228). Sum of RGB (Red+Green+Blue) = 255+161+228=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1E4 is #005E1B. Grayscale: #C4C4C4. Windows color (decimal): -24092 or 14983679. OLE color: 14983679.

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

Color convert

RGB 255 161 228 -
CMYK 0 0.37 0.11 0
HSL 317.23º 1% 0.82% -
HSV(B) 317.23º 0.37% 1% -
XYZ 67.99 52.35 79.92 -
YUV 196.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 255 161 228 0 0.37 0.11 0 317.23 1 0.82
Hex FF A1 E4 0 25 B 0 13D 64 52
Octal 377 241 344 0 45 13 0 475 144 122
Binary 11111111 10100001 11100100 0 100101 1011 0 100111101 1100100 1010010

Color Harmonies of #FFA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1E4

Black with #FFA1E4

Text Example


Text Example

White with #FFA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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