Html Css Color HEX #FBB2A0 Rose Bud

📋 copy color: '#FBB2A0'

red 251 ◦ green 178 ◦ blue 160

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

Shades of Rose Bud #FBB2A0

Tints of Rose Bud #FBB2A0

RGB

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

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

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

R = 42.61%
G = 30.22%
B = 27.16%

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

#FBB2A0 (or 0xFBB2A0) is known color: Rose Bud. HEX triplet: FB, B2 and A0. RGB value is (251,178,160). Sum of RGB (Red+Green+Blue) = 251+178+160=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A0 is #044D5F. Grayscale: #C5C5C5. Windows color (decimal): -281952 or 10531579. OLE color: 10531579.

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

Color convert

RGB 251 178 160 -
CMYK 0 0.29 0.36 0.02
HSL 11.87º 0.92% 0.81% -
HSV(B) 11.87º 0.36% 0.98% -
XYZ 62.05 54.89 40.58 -
YUV 197.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 251 178 160 0 0.29 0.36 0.02 11.87 0.92 0.81
Hex FB B2 A0 0 1D 24 2 C 5C 51
Octal 373 262 240 0 35 44 2 14 134 121
Binary 11111011 10110010 10100000 0 11101 100100 10 1100 1011100 1010001

Color Harmonies of #FBB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2A0

Black with #FBB2A0

Text Example


Text Example

White with #FBB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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