Html Css Color HEX #FBA990 Rose Bud

📋 copy color: '#FBA990'

red 251 ◦ green 169 ◦ blue 144

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

Shades of Rose Bud #FBA990

Tints of Rose Bud #FBA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 44.5%
G = 29.96%
B = 25.53%

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

#FBA990 (or 0xFBA990) is known color: Rose Bud. HEX triplet: FB, A9 and 90. RGB value is (251,169,144). Sum of RGB (Red+Green+Blue) = 251+169+144=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA990 is #04566F. Grayscale: #BEBEBE. Windows color (decimal): -284272 or 9480699. OLE color: 9480699.

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

Color convert

RGB 251 169 144 -
CMYK 0 0.33 0.43 0.02
HSL 14.02º 0.93% 0.77% -
HSV(B) 14.02º 0.43% 0.98% -
XYZ 59.01 50.9 33.1 -
YUV 190.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 251 169 144 0 0.33 0.43 0.02 14.02 0.93 0.77
Hex FB A9 90 0 21 2B 2 E 5D 4D
Octal 373 251 220 0 41 53 2 16 135 115
Binary 11111011 10101001 10010000 0 100001 101011 10 1110 1011101 1001101

Color Harmonies of #FBA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA990

Black with #FBA990

Text Example


Text Example

White with #FBA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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