Html Css Color HEX #FBA394 Rose Bud

📋 copy color: '#FBA394'

red 251 ◦ green 163 ◦ blue 148

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

Shades of Rose Bud #FBA394

Tints of Rose Bud #FBA394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 44.66%
G = 29%
B = 26.33%

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

#FBA394 (or 0xFBA394) is known color: Rose Bud. HEX triplet: FB, A3 and 94. RGB value is (251,163,148). Sum of RGB (Red+Green+Blue) = 251+163+148=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA394 is #045C6B. Grayscale: #BBBBBB. Windows color (decimal): -285804 or 9741307. OLE color: 9741307.

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

Color convert

RGB 251 163 148 -
CMYK 0 0.35 0.41 0.02
HSL 8.74º 0.93% 0.78% -
HSV(B) 8.74º 0.41% 0.98% -
XYZ 58.23 48.84 34.38 -
YUV 187.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 251 163 148 0 0.35 0.41 0.02 8.74 0.93 0.78
Hex FB A3 94 0 23 29 2 9 5D 4E
Octal 373 243 224 0 43 51 2 11 135 116
Binary 11111011 10100011 10010100 0 100011 101001 10 1001 1011101 1001110

Color Harmonies of #FBA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA394

Black with #FBA394

Text Example


Text Example

White with #FBA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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