Html Css Color HEX #FBA690 Rose Bud

📋 copy color: '#FBA690'

red 251 ◦ green 166 ◦ blue 144

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

Shades of Rose Bud #FBA690

Tints of Rose Bud #FBA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

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

R = 44.74%
G = 29.59%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBA690 (or 0xFBA690) is known color: Rose Bud. HEX triplet: FB, A6 and 90. RGB value is (251,166,144). Sum of RGB (Red+Green+Blue) = 251+166+144=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA690 is #04596F. Grayscale: #BDBDBD. Windows color (decimal): -285040 or 9479931. OLE color: 9479931.

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

Color convert

RGB 251 166 144 -
CMYK 0 0.34 0.43 0.02
HSL 12.34º 0.93% 0.77% -
HSV(B) 12.34º 0.43% 0.98% -
XYZ 58.45 49.8 32.92 -
YUV 188.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 251 166 144 0 0.34 0.43 0.02 12.34 0.93 0.77
Hex FB A6 90 0 22 2B 2 C 5D 4D
Octal 373 246 220 0 42 53 2 14 135 115
Binary 11111011 10100110 10010000 0 100010 101011 10 1100 1011101 1001101

Color Harmonies of #FBA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA690

Black with #FBA690

Text Example


Text Example

White with #FBA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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