Html Css Color HEX #FBA49F Rose Bud

📋 copy color: '#FBA49F'

red 251 ◦ green 164 ◦ blue 159

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

Shades of Rose Bud #FBA49F

Tints of Rose Bud #FBA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.57%

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 43.73%
G = 28.57%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA49F (or 0xFBA49F) is known color: Rose Bud. HEX triplet: FB, A4 and 9F. RGB value is (251,164,159). Sum of RGB (Red+Green+Blue) = 251+164+159=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA49F is #045B60. Grayscale: #BDBDBD. Windows color (decimal): -285537 or 10462459. OLE color: 10462459.

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

Color convert

RGB 251 164 159 -
CMYK 0 0.35 0.37 0.02
HSL 3.26º 0.92% 0.8% -
HSV(B) 3.26º 0.37% 0.98% -
XYZ 59.32 49.56 39.24 -
YUV 189.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 251 164 159 0 0.35 0.37 0.02 3.26 0.92 0.8
Hex FB A4 9F 0 23 25 2 3 5C 50
Octal 373 244 237 0 43 45 2 3 134 120
Binary 11111011 10100100 10011111 0 100011 100101 10 11 1011100 1010000

Color Harmonies of #FBA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA49F

Black with #FBA49F

Text Example


Text Example

White with #FBA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA49F; }

 p { color: rgb(251,164,159); }

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

background-color css

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

 a { background-color: rgb(251,164,159); }

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

border-color css

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

 span { border-color: rgb(251,164,159); }

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