Html Css Color HEX #FBA199 Rose Bud

📋 copy color: '#FBA199'

red 251 ◦ green 161 ◦ blue 153

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

Shades of Rose Bud #FBA199

Tints of Rose Bud #FBA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 153 (60.16% from 255) = 27.08%

R = 44.42%
G = 28.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA199 (or 0xFBA199) is known color: Rose Bud. HEX triplet: FB, A1 and 99. RGB value is (251,161,153). Sum of RGB (Red+Green+Blue) = 251+161+153=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA199 is #045E66. Grayscale: #BBBBBB. Windows color (decimal): -286311 or 10068475. OLE color: 10068475.

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

Color convert

RGB 251 161 153 -
CMYK 0 0.36 0.39 0.02
HSL 4.9º 0.92% 0.79% -
HSV(B) 4.9º 0.39% 0.98% -
XYZ 58.28 48.3 36.39 -
YUV 187 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 251 161 153 0 0.36 0.39 0.02 4.9 0.92 0.79
Hex FB A1 99 0 24 27 2 5 5C 4F
Octal 373 241 231 0 44 47 2 5 134 117
Binary 11111011 10100001 10011001 0 100100 100111 10 101 1011100 1001111

Color Harmonies of #FBA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA199

Black with #FBA199

Text Example


Text Example

White with #FBA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA199; }

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

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

background-color css

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

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

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

border-color css

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

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

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