Html Css Color HEX #FBA399 Rose Bud

📋 copy color: '#FBA399'

red 251 ◦ green 163 ◦ blue 153

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

Shades of Rose Bud #FBA399

Tints of Rose Bud #FBA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.75%

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

R = 44.27%
G = 28.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA399 (or 0xFBA399) is known color: Rose Bud. HEX triplet: FB, A3 and 99. RGB value is (251,163,153). Sum of RGB (Red+Green+Blue) = 251+163+153=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA399 is #045C66. Grayscale: #BCBCBC. Windows color (decimal): -285799 or 10068987. OLE color: 10068987.

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

Color convert

RGB 251 163 153 -
CMYK 0 0.35 0.39 0.02
HSL 6.12º 0.92% 0.79% -
HSV(B) 6.12º 0.39% 0.98% -
XYZ 58.63 49 36.51 -
YUV 188.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 251 163 153 0 0.35 0.39 0.02 6.12 0.92 0.79
Hex FB A3 99 0 23 27 2 6 5C 4F
Octal 373 243 231 0 43 47 2 6 134 117
Binary 11111011 10100011 10011001 0 100011 100111 10 110 1011100 1001111

Color Harmonies of #FBA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA399

Black with #FBA399

Text Example


Text Example

White with #FBA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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