Html Css Color HEX #FBA395 Rose Bud

📋 copy color: '#FBA395'

red 251 ◦ green 163 ◦ blue 149

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

Shades of Rose Bud #FBA395

Tints of Rose Bud #FBA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 44.58%
G = 28.95%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA395 (or 0xFBA395) is known color: Rose Bud. HEX triplet: FB, A3 and 95. RGB value is (251,163,149). Sum of RGB (Red+Green+Blue) = 251+163+149=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA395 is #045C6A. Grayscale: #BBBBBB. Windows color (decimal): -285803 or 9806843. OLE color: 9806843.

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

Color convert

RGB 251 163 149 -
CMYK 0 0.35 0.41 0.02
HSL 8.24º 0.93% 0.78% -
HSV(B) 8.24º 0.41% 0.98% -
XYZ 58.31 48.87 34.79 -
YUV 187.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 251 163 149 0 0.35 0.41 0.02 8.24 0.93 0.78
Hex FB A3 95 0 23 29 2 8 5D 4E
Octal 373 243 225 0 43 51 2 10 135 116
Binary 11111011 10100011 10010101 0 100011 101001 10 1000 1011101 1001110

Color Harmonies of #FBA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA395

Black with #FBA395

Text Example


Text Example

White with #FBA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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