Html Css Color HEX #FBB2A1 Rose Bud

📋 copy color: '#FBB2A1'

red 251 ◦ green 178 ◦ blue 161

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

Shades of Rose Bud #FBB2A1

Tints of Rose Bud #FBB2A1

RGB

 RED value IS 251 (98.44% from 255) = 42.54%

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

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

R = 42.54%
G = 30.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBB2A1 (or 0xFBB2A1) is known color: Rose Bud. HEX triplet: FB, B2 and A1. RGB value is (251,178,161). Sum of RGB (Red+Green+Blue) = 251+178+161=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A1 is #044D5E. Grayscale: #C6C6C6. Windows color (decimal): -281951 or 10597115. OLE color: 10597115.

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

Color convert

RGB 251 178 161 -
CMYK 0 0.29 0.36 0.02
HSL 11.33º 0.92% 0.81% -
HSV(B) 11.33º 0.36% 0.98% -
XYZ 62.14 54.92 41.04 -
YUV 197.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 251 178 161 0 0.29 0.36 0.02 11.33 0.92 0.81
Hex FB B2 A1 0 1D 24 2 B 5C 51
Octal 373 262 241 0 35 44 2 13 134 121
Binary 11111011 10110010 10100001 0 11101 100100 10 1011 1011100 1010001

Color Harmonies of #FBB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2A1

Black with #FBB2A1

Text Example


Text Example

White with #FBB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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