Html Css Color HEX #FFB5A1 Rose Bud

📋 copy color: '#FFB5A1'

red 255 ◦ green 181 ◦ blue 161

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

Shades of Rose Bud #FFB5A1

Tints of Rose Bud #FFB5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.32%

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

R = 42.71%
G = 30.32%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB5A1 (or 0xFFB5A1) is known color: Rose Bud. HEX triplet: FF, B5 and A1. RGB value is (255,181,161). Sum of RGB (Red+Green+Blue) = 255+181+161=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A1 is #004A5E. Grayscale: #C9C9C9. Windows color (decimal): -19039 or 10597887. OLE color: 10597887.

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

Color convert

RGB 255 181 161 -
CMYK 0 0.29 0.37 0
HSL 12.77º 1% 0.82% -
HSV(B) 12.77º 0.37% 1% -
XYZ 64.2 56.88 41.31 -
YUV 200.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 255 181 161 0 0.29 0.37 0 12.77 1 0.82
Hex FF B5 A1 0 1D 25 0 D 64 52
Octal 377 265 241 0 35 45 0 15 144 122
Binary 11111111 10110101 10100001 0 11101 100101 0 1101 1100100 1010010

Color Harmonies of #FFB5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5A1

Black with #FFB5A1

Text Example


Text Example

White with #FFB5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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