Html Css Color HEX #FFA5A1 Rose Bud

📋 copy color: '#FFA5A1'

red 255 ◦ green 165 ◦ blue 161

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

Shades of Rose Bud #FFA5A1

Tints of Rose Bud #FFA5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.4%

 BLUE value IS 161 (63.28% from 255) = 27.71%

R = 43.89%
G = 28.4%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFA5A1 (or 0xFFA5A1) is known color: Rose Bud. HEX triplet: FF, A5 and A1. RGB value is (255,165,161). Sum of RGB (Red+Green+Blue) = 255+165+161=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5A1 is #005A5E. Grayscale: #BFBFBF. Windows color (decimal): -23135 or 10593791. OLE color: 10593791.

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

Color convert

RGB 255 165 161 -
CMYK 0 0.35 0.37 0
HSL 2.55º 1% 0.82% -
HSV(B) 2.55º 0.37% 1% -
XYZ 61.13 50.74 40.29 -
YUV 191.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 255 165 161 0 0.35 0.37 0 2.55 1 0.82
Hex FF A5 A1 0 23 25 0 3 64 52
Octal 377 245 241 0 43 45 0 3 144 122
Binary 11111111 10100101 10100001 0 100011 100101 0 11 1100100 1010010

Color Harmonies of #FFA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5A1

Black with #FFA5A1

Text Example


Text Example

White with #FFA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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