Html Css Color HEX #FFB1A0 Rose Bud

📋 copy color: '#FFB1A0'

red 255 ◦ green 177 ◦ blue 160

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

Shades of Rose Bud #FFB1A0

Tints of Rose Bud #FFB1A0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.9%

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

R = 43.07%
G = 29.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB1A0 (or 0xFFB1A0) is known color: Rose Bud. HEX triplet: FF, B1 and A0. RGB value is (255,177,160). Sum of RGB (Red+Green+Blue) = 255+177+160=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A0 is #004E5F. Grayscale: #C6C6C6. Windows color (decimal): -20064 or 10531327. OLE color: 10531327.

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

Color convert

RGB 255 177 160 -
CMYK 0 0.31 0.37 0
HSL 10.74º 1% 0.81% -
HSV(B) 10.74º 0.37% 1% -
XYZ 63.31 55.24 40.58 -
YUV 198.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 255 177 160 0 0.31 0.37 0 10.74 1 0.81
Hex FF B1 A0 0 1F 25 0 B 64 51
Octal 377 261 240 0 37 45 0 13 144 121
Binary 11111111 10110001 10100000 0 11111 100101 0 1011 1100100 1010001

Color Harmonies of #FFB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1A0

Black with #FFB1A0

Text Example


Text Example

White with #FFB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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