Html Css Color HEX #FFB5A0 Rose Bud

📋 copy color: '#FFB5A0'

red 255 ◦ green 181 ◦ blue 160

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

Shades of Rose Bud #FFB5A0

Tints of Rose Bud #FFB5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.85%

R = 42.79%
G = 30.37%
B = 26.85%

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

#FFB5A0 (or 0xFFB5A0) is known color: Rose Bud. HEX triplet: FF, B5 and A0. RGB value is (255,181,160). Sum of RGB (Red+Green+Blue) = 255+181+160=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A0 is #004A5F. Grayscale: #C8C8C8. Windows color (decimal): -19040 or 10532351. OLE color: 10532351.

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

Color convert

RGB 255 181 160 -
CMYK 0 0.29 0.37 0
HSL 13.26º 1% 0.81% -
HSV(B) 13.26º 0.37% 1% -
XYZ 64.11 56.85 40.85 -
YUV 200.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 255 181 160 0 0.29 0.37 0 13.26 1 0.81
Hex FF B5 A0 0 1D 25 0 D 64 51
Octal 377 265 240 0 35 45 0 15 144 121
Binary 11111111 10110101 10100000 0 11101 100101 0 1101 1100100 1010001

Color Harmonies of #FFB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5A0

Black with #FFB5A0

Text Example


Text Example

White with #FFB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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