Html Css Color HEX #FFA4E5 Lavender Rose

📋 copy color: '#FFA4E5'

red 255 ◦ green 164 ◦ blue 229

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

Shades of Lavender Rose #FFA4E5

Tints of Lavender Rose #FFA4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.31%

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 39.35%
G = 25.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFA4E5 (or 0xFFA4E5) is known color: Lavender Rose. HEX triplet: FF, A4 and E5. RGB value is (255,164,229). Sum of RGB (Red+Green+Blue) = 255+164+229=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4E5 is #005B1A. Grayscale: #C6C6C6. Windows color (decimal): -23323 or 15049983. OLE color: 15049983.

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

Color convert

RGB 255 164 229 -
CMYK 0 0.36 0.10 0
HSL 317.14º 1% 0.82% -
HSV(B) 317.14º 0.36% 1% -
XYZ 68.66 53.47 80.83 -
YUV 198.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 255 164 229 0 0.36 0.10 0 317.14 1 0.82
Hex FF A4 E5 0 24 A 0 13D 64 52
Octal 377 244 345 0 44 12 0 475 144 122
Binary 11111111 10100100 11100101 0 100100 1010 0 100111101 1100100 1010010

Color Harmonies of #FFA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4E5

Black with #FFA4E5

Text Example


Text Example

White with #FFA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4E5; }

 p { color: rgb(255,164,229); }

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

background-color css

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

 a { background-color: rgb(255,164,229); }

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

border-color css

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

 span { border-color: rgb(255,164,229); }

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