Html Css Color HEX #FBB3A1 Rose Bud

📋 copy color: '#FBB3A1'

red 251 ◦ green 179 ◦ blue 161

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

Shades of Rose Bud #FBB3A1

Tints of Rose Bud #FBB3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.29%

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

R = 42.47%
G = 30.29%
B = 27.24%

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

#FBB3A1 (or 0xFBB3A1) is known color: Rose Bud. HEX triplet: FB, B3 and A1. RGB value is (251,179,161). Sum of RGB (Red+Green+Blue) = 251+179+161=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB3A1 is #044C5E. Grayscale: #C6C6C6. Windows color (decimal): -281695 or 10597371. OLE color: 10597371.

HSL color Cylindrical-coordinate representation of color #FBB3A1: hue angle of 12º 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 #FBB3A1 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 179 161 -
CMYK 0 0.29 0.36 0.02
HSL 12º 0.92% 0.81% -
HSV(B) 12º 0.36% 0.98% -
XYZ 62.34 55.32 41.11 -
YUV 198.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 251 179 161 0 0.29 0.36 0.02 12 0.92 0.81
Hex FB B3 A1 0 1D 24 2 C 5C 51
Octal 373 263 241 0 35 44 2 14 134 121
Binary 11111011 10110011 10100001 0 11101 100100 10 1100 1011100 1010001

Color Harmonies of #FBB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB3A1

Black with #FBB3A1

Text Example


Text Example

White with #FBB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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