Html Css Color HEX #FBA890 Rose Bud

📋 copy color: '#FBA890'

red 251 ◦ green 168 ◦ blue 144

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

Shades of Rose Bud #FBA890

Tints of Rose Bud #FBA890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 44.58%
G = 29.84%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBA890 (or 0xFBA890) is known color: Rose Bud. HEX triplet: FB, A8 and 90. RGB value is (251,168,144). Sum of RGB (Red+Green+Blue) = 251+168+144=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA890 is #04576F. Grayscale: #BEBEBE. Windows color (decimal): -284528 or 9480443. OLE color: 9480443.

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

Color convert

RGB 251 168 144 -
CMYK 0 0.33 0.43 0.02
HSL 13.46º 0.93% 0.77% -
HSV(B) 13.46º 0.43% 0.98% -
XYZ 58.82 50.53 33.04 -
YUV 190.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 251 168 144 0 0.33 0.43 0.02 13.46 0.93 0.77
Hex FB A8 90 0 21 2B 2 D 5D 4D
Octal 373 250 220 0 41 53 2 15 135 115
Binary 11111011 10101000 10010000 0 100001 101011 10 1101 1011101 1001101

Color Harmonies of #FBA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA890

Black with #FBA890

Text Example


Text Example

White with #FBA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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