Html Css Color HEX #FFB2A1 Rose Bud

📋 copy color: '#FFB2A1'

red 255 ◦ green 178 ◦ blue 161

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

Shades of Rose Bud #FFB2A1

Tints of Rose Bud #FFB2A1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.97%

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

R = 42.93%
G = 29.97%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB2A1 (or 0xFFB2A1) is known color: Rose Bud. HEX triplet: FF, B2 and A1. RGB value is (255,178,161). Sum of RGB (Red+Green+Blue) = 255+178+161=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A1 is #004D5E. Grayscale: #C7C7C7. Windows color (decimal): -19807 or 10597119. OLE color: 10597119.

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

Color convert

RGB 255 178 161 -
CMYK 0 0.30 0.37 0
HSL 10.85º 1% 0.82% -
HSV(B) 10.85º 0.37% 1% -
XYZ 63.59 55.67 41.11 -
YUV 199.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 255 178 161 0 0.30 0.37 0 10.85 1 0.82
Hex FF B2 A1 0 1E 25 0 B 64 52
Octal 377 262 241 0 36 45 0 13 144 122
Binary 11111111 10110010 10100001 0 11110 100101 0 1011 1100100 1010010

Color Harmonies of #FFB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2A1

Black with #FFB2A1

Text Example


Text Example

White with #FFB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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