Html Css Color HEX #FBA59A Rose Bud

📋 copy color: '#FBA59A'

red 251 ◦ green 165 ◦ blue 154

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

Shades of Rose Bud #FBA59A

Tints of Rose Bud #FBA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.95%

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 44.04%
G = 28.95%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA59A (or 0xFBA59A) is known color: Rose Bud. HEX triplet: FB, A5 and 9A. RGB value is (251,165,154). Sum of RGB (Red+Green+Blue) = 251+165+154=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59A is #045A65. Grayscale: #BDBDBD. Windows color (decimal): -285286 or 10135035. OLE color: 10135035.

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

Color convert

RGB 251 165 154 -
CMYK 0 0.34 0.39 0.02
HSL 6.8º 0.92% 0.79% -
HSV(B) 6.8º 0.39% 0.98% -
XYZ 59.07 49.75 37.06 -
YUV 189.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 251 165 154 0 0.34 0.39 0.02 6.8 0.92 0.79
Hex FB A5 9A 0 22 27 2 7 5C 4F
Octal 373 245 232 0 42 47 2 7 134 117
Binary 11111011 10100101 10011010 0 100010 100111 10 111 1011100 1001111

Color Harmonies of #FBA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA59A

Black with #FBA59A

Text Example


Text Example

White with #FBA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA59A; }

 p { color: rgb(251,165,154); }

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

background-color css

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

 a { background-color: rgb(251,165,154); }

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

border-color css

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

 span { border-color: rgb(251,165,154); }

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