Html Css Color HEX #FFB0A0 Rose Bud

📋 copy color: '#FFB0A0'

red 255 ◦ green 176 ◦ blue 160

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

Shades of Rose Bud #FFB0A0

Tints of Rose Bud #FFB0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

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

R = 43.15%
G = 29.78%
B = 27.07%

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

#FFB0A0 (or 0xFFB0A0) is known color: Rose Bud. HEX triplet: FF, B0 and A0. RGB value is (255,176,160). Sum of RGB (Red+Green+Blue) = 255+176+160=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A0 is #004F5F. Grayscale: #C5C5C5. Windows color (decimal): -20320 or 10531071. OLE color: 10531071.

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

Color convert

RGB 255 176 160 -
CMYK 0 0.31 0.37 0
HSL 10.11º 1% 0.81% -
HSV(B) 10.11º 0.37% 1% -
XYZ 63.11 54.85 40.52 -
YUV 197.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 255 176 160 0 0.31 0.37 0 10.11 1 0.81
Hex FF B0 A0 0 1F 25 0 A 64 51
Octal 377 260 240 0 37 45 0 12 144 121
Binary 11111111 10110000 10100000 0 11111 100101 0 1010 1100100 1010001

Color Harmonies of #FFB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0A0

Black with #FFB0A0

Text Example


Text Example

White with #FFB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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