Html Css Color HEX #FBA894 Rose Bud

📋 copy color: '#FBA894'

red 251 ◦ green 168 ◦ blue 148

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

Shades of Rose Bud #FBA894

Tints of Rose Bud #FBA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.63%

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

R = 44.27%
G = 29.63%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA894 (or 0xFBA894) is known color: Rose Bud. HEX triplet: FB, A8 and 94. RGB value is (251,168,148). Sum of RGB (Red+Green+Blue) = 251+168+148=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA894 is #04576B. Grayscale: #BEBEBE. Windows color (decimal): -284524 or 9742587. OLE color: 9742587.

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

Color convert

RGB 251 168 148 -
CMYK 0 0.33 0.41 0.02
HSL 11.65º 0.93% 0.78% -
HSV(B) 11.65º 0.41% 0.98% -
XYZ 59.13 50.65 34.68 -
YUV 190.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 251 168 148 0 0.33 0.41 0.02 11.65 0.93 0.78
Hex FB A8 94 0 21 29 2 C 5D 4E
Octal 373 250 224 0 41 51 2 14 135 116
Binary 11111011 10101000 10010100 0 100001 101001 10 1100 1011101 1001110

Color Harmonies of #FBA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA894

Black with #FBA894

Text Example


Text Example

White with #FBA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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